Skip to content

Commit 473c2ca

Browse files
committed
Bump version to 1.9 final
1 parent 3d2def5 commit 473c2ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '1.9'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.9 beta1'
59+
release = '1.9'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

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

1111

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

0 commit comments

Comments
 (0)