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

Commit 6cc0954

Browse files
committed
bump version and update changes list
1 parent d1098c1 commit 6cc0954

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

UPDATES.md

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

66

7+
## Version 2.0.1
8+
9+
Fixes and improvements:
10+
11+
- Fixed missing `README.md` that caused installation failure (#517).
12+
- Use universal wheels when distributing the package.
13+
714
## Version 2.0.0
815

916
Backwards incompatible changes:

userena/__init__.py

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

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

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

11+
1112
def get_version():
1213
"""
1314
Returns string with digit parts only as version.

0 commit comments

Comments
 (0)