From 97f0b9cb872aa0619beeb96b376390705b9d1b06 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Fri, 25 Sep 2020 13:06:18 +0200 Subject: [PATCH] Release v0.23.2 --- doc/conf.py | 2 +- numina/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'