diff --git a/docs/conf.py b/docs/conf.py index d07e04329..cbfb322f2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/wger/__init__.py b/wger/__init__.py index a9b7f1c7f..d79d33c0c 100644 --- a/wger/__init__.py +++ b/wger/__init__.py @@ -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):