diff --git a/version.py b/version.py index 451da0ede..9f1c5098f 100755 --- a/version.py +++ b/version.py @@ -58,7 +58,7 @@ __contact__ = "Jerome.Kieffer@ESRF.eu" __license__ = "MIT" __copyright__ = "European Synchrotron Radiation Facility, Grenoble, France" -__date__ = "02/12/2022" +__date__ = "13/12/2022" __status__ = "production" __docformat__ = 'restructuredtext' __all__ = ["date", "version_info", "strictversion", "hexversion", "debianversion", @@ -77,9 +77,9 @@ MAJOR = 2022 MINOR = 12 -MICRO = 0 +MICRO = 1 RELEV = "final" # <16 -SERIAL = 1 # <16 +SERIAL = 0 # <16 date = __date__ from collections import namedtuple