mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bump version to 1.9 final
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user