Skip to content

Commit 87287b9

Browse files
committedNov 27, 2013
Set version to 1.3
1 parent bceeb09 commit 87287b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎wger/__init__.py

+2-2
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, 3, 0, 'beta', 1)
9-
RELEASE = False
8+
VERSION = (1, 3, 0, 'final', 1)
9+
RELEASE = True
1010

1111

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

0 commit comments

Comments
 (0)
Please sign in to comment.