mirror of https://github.com/silx-kit/pyFAI.git
Start working on v0.19 :-þ
This commit is contained in:
parent
97e11b3679
commit
33008bf0b5
|
@ -62,9 +62,9 @@ RELEASE_LEVEL_VALUE = {"dev": 0,
|
|||
"final": 15}
|
||||
|
||||
MAJOR = 0
|
||||
MINOR = 18
|
||||
MINOR = 19
|
||||
MICRO = 0
|
||||
RELEV = "final" # <16
|
||||
RELEV = "dev" # <16
|
||||
SERIAL = 0 # <16
|
||||
|
||||
date = __date__
|
||||
|
|
Loading…
Reference in New Issue