Skip to content

Commit ce4634a

Browse files
committed
FeinCMS 2.0a5
1 parent 6c66690 commit ce4634a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

feincms/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from __future__ import absolute_import, unicode_literals
22

3-
VERSION = (2, 0, 'a', 4)
3+
VERSION = (2, 0, 'a', 5)
44
# __version__ = '.'.join(map(str, VERSION))
5-
__version__ = '2.0a4'
5+
__version__ = '2.0a5'
66

77

88
class LazySettings(object):

0 commit comments

Comments
 (0)