Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Version bump to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Aug 2, 2013
1 parent 26b641b commit fbba277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions UPDATES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This file contains all the backwards-incompatible changes.

Version 1.2.2

- Changed backwards relationships names for Umessages contrib application from
`to_user` to `um_to_user` and `from_user` to `um_from_user`.

Version 1.2.0

- This version updates Userena to be able to use the new `User` model found in
Expand Down
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, 1)
VERSION = (1, 2, 2)

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

Expand Down

0 comments on commit fbba277

Please sign in to comment.