Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed May 29, 2013
1 parent 0ce83b6 commit e442c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django accounts management made easy.
"""
VERSION = (1, 2, 0)
VERSION = (1, 2, 1)

__version__ = '.'.join((str(each) for each in VERSION[:4]))

Expand Down

0 comments on commit e442c96

Please sign in to comment.