Skip to content

Commit

Permalink
prepare for a bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Dec 13, 2022
1 parent bae6501 commit f97f166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
__contact__ = "[email protected]"
__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",
Expand All @@ -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
Expand Down

0 comments on commit f97f166

Please sign in to comment.