Skip to content

Commit bf3237f

Browse files
committed
Set version to 1.5
1 parent c8f1146 commit bf3237f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wger/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
:license: GNU GPL, see LICENSE for more details.
66
"""
77

8-
VERSION = (1, 5, 0, 'alpha', 0)
9-
RELEASE = False
8+
VERSION = (1, 5, 0, 'final', 1)
9+
RELEASE = True
1010

1111

1212
def get_version(version=None, release=None):

0 commit comments

Comments
 (0)