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

Commit b398e07

Browse files
author
Michał Jaworski
committed
bump version to 1.4.0 with official python 3 support
1 parent cc88cef commit b398e07

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

UPDATES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
This file contains all the backwards-incompatible changes.
22

3+
Version 1.4.0
4+
5+
- python 3 support added
6+
37
Version 1.3.2
48

59
- creating new user always creates new empty userena profile (fixes bug from 1.3.1)

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, 3, 2)
7+
VERSION = (1, 4, 0)
88

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

0 commit comments

Comments
 (0)