We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314e33c commit 93e10e3Copy full SHA for 93e10e3
1 file changed
feincms/__init__.py
@@ -1,8 +1,8 @@
1
from __future__ import absolute_import, unicode_literals
2
3
-VERSION = (2, 0, 'a', 8)
+VERSION = (2, 0, 'a', 9)
4
# __version__ = '.'.join(map(str, VERSION))
5
-__version__ = '2.0a8'
+__version__ = '2.0a9'
6
7
8
class LazySettings(object):
0 commit comments