Skip to content

Commit

Permalink
new release 2023.08
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Aug 30, 2023
1 parent 7090dda commit 9471aea
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 @@ -47,7 +47,7 @@
__authors__ = ["Jérôme Kieffer", "V. Valls"]
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "31/05/2023"
__date__ = "30/08/2023"
__status__ = "production"
__docformat__ = 'restructuredtext'
__all__ = ["date", "version_info", "strictversion", "hexversion", "debianversion",
Expand All @@ -61,9 +61,9 @@
"final": 15}

MAJOR = 2023
MINOR = 6
MINOR = 8
MICRO = 0
RELEV = "dev" # <16
RELEV = "final" # <16
SERIAL = 0 # <16

date = __date__
Expand Down

0 comments on commit 9471aea

Please sign in to comment.