First PR of october

This commit is contained in:
Jerome Kieffer 2022-10-04 13:31:46 +02:00
parent 7a24c81da5
commit 9a76d03480
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Thus 2.1.0a3 is hexversion 0x020100a3.
__authors__ = ["Jérôme Kieffer", "V. Valls"]
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "09/09/2022"
__date__ = "04/10/2022"
__status__ = "production"
__docformat__ = 'restructuredtext'
__all__ = ["date", "version_info", "strictversion", "hexversion", "debianversion",
@ -64,7 +64,7 @@ MAJOR = 0
MINOR = 22
MICRO = 0
RELEV = "dev" # <16
SERIAL = 9 # <16
SERIAL = 10 # <16
date = __date__