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

Commit c848fd5

Browse files
committed
prepare new patch release
1 parent 111b732 commit c848fd5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

UPDATES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This file contains all the backwards-incompatible (since 1.0.1) and other
44
significant (since 1.4.1) changes.
55

66

7+
## Version 1.5.1
8+
9+
- Update url patterns to handle usernames starting with 'signup', 'signin',
10+
'signout' strings (#502)
11+
712
## Version 1.5.0
813

914
Fixes and improvements:

userena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
default_app_config = 'userena.apps.UserenaConfig'
66

7-
VERSION = (1, 5, 0)
7+
VERSION = (1, 5, 1)
88

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

0 commit comments

Comments
 (0)