Skip to content

Commit 9c162dc

Browse files
committed
Bump version
1 parent da3a478 commit 9c162dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wger/__init__.py

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

8-
MIN_APP_VERSION = (1, 3, 0, 'final', 1)
8+
MIN_APP_VERSION = (1, 5, 0, 'final', 1)
99

10-
VERSION = (2, 1, 0, 'alpha', 3)
11-
RELEASE = False
10+
VERSION = (2, 1, 0, 'final', 1)
11+
RELEASE = True
1212

1313

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

0 commit comments

Comments
 (0)