Skip to content

Commit

Permalink
version bumped to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lauber committed Dec 14, 2009
1 parent 3556975 commit c0288a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 0, 1, 'final')
VERSION = (2, 0, 2, 'final')
if VERSION[-1] != "final":
__version__ = '.'.join(map(str, VERSION))
else:
Expand Down

0 comments on commit c0288a1

Please sign in to comment.