Bump version to 1.9 final

This commit is contained in:
Roland
2020-06-29 20:01:43 +02:00
parent 3d2def5f1d
commit 473c2caae5
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ copyright = u'2015, Roland Geider'
# 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.

View File

@@ -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):