Skip to content

Commit

Permalink
Bumped to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Obrist committed Aug 24, 2011
1 parent daabdae commit cc4828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (2, 1, 3, 'final')
VERSION = (2, 1, 4, 'final')
if VERSION[-1] != "final": # pragma: no cover
__version__ = '.'.join(map(str, VERSION))
else: # pragma: no cover
Expand Down

0 comments on commit cc4828b

Please sign in to comment.