diff --git a/art/__init__.py b/art/__init__.py index 6dd88e9d6c..43a5b705ea 100644 --- a/art/__init__.py +++ b/art/__init__.py @@ -11,7 +11,7 @@ from art import wrappers # Semantic Version -__version__ = "1.5.2-dev" +__version__ = "1.5.2" # pylint: disable=C0103 diff --git a/docs/conf.py b/docs/conf.py index e7bb755eff..7ab94c2778 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.5' # The full version, including alpha/beta/rc tags -release = '1.5.2-dev' +release = '1.5.2' # -- General configuration ---------------------------------------------------