Skip to content

Commit

Permalink
bumped veresion to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Obrist committed Feb 9, 2011
1 parent 490bf33 commit ae48a46
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,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (2, 1, 0, 'final')
VERSION = (2, 1, 1, 'final')
if VERSION[-1] != "final": # pragma: no cover
__version__ = '.'.join(map(str, VERSION))
else: # pragma: no cover
Expand Down

0 comments on commit ae48a46

Please sign in to comment.