Skip to content
Snippets Groups Projects
Commit 3a5d4ce7 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump version and data model

parent e819d33e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ THE SOFTWARE.
"""
VERSION = (2016, 1, 1)
VERSION = (2016, 2, 0)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
......@@ -32,4 +32,4 @@ except ImportError:
else:
_islpy_version = islpy.version.VERSION_TEXT
DATA_MODEL_VERSION = "v39-islpy%s" % _islpy_version
DATA_MODEL_VERSION = "v40-islpy%s" % _islpy_version
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