diff --git a/doc/conf.py b/doc/conf.py index 3099db89..6ad650d1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -71,7 +71,7 @@ def __getattr__(cls, name): # The short X.Y version. version = '0.23' # The full version, including alpha/beta/rc tags. -release = '0.23.1' +release = '0.23.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/numina/version.py b/numina/version.py index e10bb838..d2135724 100644 --- a/numina/version.py +++ b/numina/version.py @@ -10,4 +10,4 @@ """Numina version.""" -version = '0.23.1' +version = '0.23.2'