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

Commit

Permalink
prepare new patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Dec 30, 2015
1 parent 111b732 commit c848fd5
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
Expand Up @@ -4,6 +4,11 @@ This file contains all the backwards-incompatible (since 1.0.1) and other
significant (since 1.4.1) changes.


## Version 1.5.1

- Update url patterns to handle usernames starting with 'signup', 'signin',
'signout' strings (#502)

## Version 1.5.0

Fixes and improvements:
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, 5, 0)
VERSION = (1, 5, 1)

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

Expand Down

0 comments on commit c848fd5

Please sign in to comment.