Skip to content

Commit

Permalink
final version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Jan 14, 2022
1 parent 22ede59 commit d099b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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__ = "15/07/2021"
__date__ = "14/01/2022"
__status__ = "production"
__docformat__ = 'restructuredtext'
__all__ = ["date", "version_info", "strictversion", "hexversion", "debianversion",
Expand All @@ -78,7 +78,7 @@
MAJOR = 0
MINOR = 13
MICRO = 0
RELEV = "candidate" # <16
RELEV = "final" # <16
SERIAL = 0 # <16
date = __date__

Expand Down

0 comments on commit d099b07

Please sign in to comment.