Skip to content

Commit

Permalink
Bump version to 1.9 final
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jun 29, 2020
1 parent 3d2def5 commit 473c2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9 beta1'
release = '1.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions wger/__init__.py
Expand Up @@ -5,8 +5,8 @@
:license: GNU GPL, see LICENSE for more details.
"""

VERSION = (1, 9, 0, 'beta', 1)
RELEASE = False
VERSION = (1, 9, 0, 'final', 1)
RELEASE = True


def get_version(version=None, release=None):
Expand Down

0 comments on commit 473c2ca

Please sign in to comment.