Skip to content

Commit

Permalink
Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Oct 14, 2013
1 parent 81e1c42 commit 5acf525
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, 3)
VERSION = (1, 2, 4)

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

Expand Down

0 comments on commit 5acf525

Please sign in to comment.