Skip to content
Snippets Groups Projects
Commit 6a985fbd authored by Henri Payno's avatar Henri Payno
Browse files

move to 0.8.0final

parent 7b504557
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ RELEASE_LEVEL_VALUE = {
MAJOR = 0
MINOR = 8
MICRO = 0
RELEV = "dev" # <16
SERIAL = 1 # <16
RELEV = "final" # <16
SERIAL = 0 # <16
date = __date__
......@@ -93,7 +93,7 @@ version_info = _version_info(MAJOR, MINOR, MICRO, RELEV, SERIAL)
strictversion = version = debianversion = "%d.%d.%d" % version_info[:3]
latest_release_version_info = "0.6.0"
latest_release_version_info = "0.8.0"
if version_info.releaselevel != "final":
version += "-%s%s" % version_info[-2:]
......
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