Skip to content
Snippets Groups Projects

FIX: JSON schema now is more permissive, and fixed if-conditions.

Merged Daniel Hornung requested to merge f-extend-json-schema into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -49,7 +49,7 @@ ISRELEASED = False
@@ -49,7 +49,7 @@ ISRELEASED = False
MAJOR = 0
MAJOR = 0
MINOR = 8
MINOR = 8
MICRO = 0
MICRO = 0
PRE = "dev" # e.g. rc0, alpha.1, 0.beta-23
PRE = "" # "dev" # e.g. rc0, alpha.1, 0.beta-23
if PRE:
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
Loading