We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ff19e commit e84e49cCopy full SHA for e84e49c
wger/__init__.py
@@ -5,8 +5,8 @@
5
:license: GNU GPL, see LICENSE for more details.
6
"""
7
8
-VERSION = (2, 0, 0, 'beta', 1)
9
-RELEASE = False
+VERSION = (2, 0, 0, 'final', 1)
+RELEASE = True
10
11
12
def get_version(version=None, release=None):
0 commit comments