We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c66690 commit ce4634aCopy full SHA for ce4634a
1 file changed
feincms/__init__.py
@@ -1,8 +1,8 @@
1
from __future__ import absolute_import, unicode_literals
2
3
-VERSION = (2, 0, 'a', 4)
+VERSION = (2, 0, 'a', 5)
4
# __version__ = '.'.join(map(str, VERSION))
5
-__version__ = '2.0a4'
+__version__ = '2.0a5'
6
7
8
class LazySettings(object):
0 commit comments