Skip to content
Snippets Groups Projects
Verified Commit f8426f14 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Python versioning.

parent b27b5d36
No related branches found
No related tags found
2 merge requests!57RELEASE 0.7.3,!54FIX: JSON schema now is more permissive, and fixed if-conditions.
Pipeline #21176 passed
......@@ -49,7 +49,7 @@ ISRELEASED = False
MAJOR = 0
MINOR = 8
MICRO = 0
PRE = "dev" # e.g. rc0, alpha.1, 0.beta-23
PRE = "" # "dev" # e.g. rc0, alpha.1, 0.beta-23
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment