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

Commit

Permalink
bump version to 1.4.0 with official python 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Jan 9, 2015
1 parent cc88cef commit b398e07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions UPDATES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file contains all the backwards-incompatible changes.

Version 1.4.0

- python 3 support added

Version 1.3.2

- creating new user always creates new empty userena profile (fixes bug from 1.3.1)
Expand Down
2 changes: 1 addition & 1 deletion userena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
default_app_config = 'userena.apps.UserenaConfig'

VERSION = (1, 3, 2)
VERSION = (1, 4, 0)

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

Expand Down

0 comments on commit b398e07

Please sign in to comment.