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
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -49,6 +49,10 @@ ISRELEASED = False
MAJOR = 0
MINOR = 8
MICRO = 0
# Do not tag as pre-release until this commit
# https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4
# https://github.com/pypa/packaging/releases
PRE = "" # "dev" # e.g. rc0, alpha.1, 0.beta-23
if PRE:
Loading