We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8728806 commit d002f03Copy full SHA for d002f03
docs/conf.py
@@ -75,7 +75,7 @@ def setup(app):
75
# The full version, including alpha/beta/rc tags
76
# release = version
77
78
-version = "1.1.13"
+version = "1.2.0"
79
release = version
80
81
trackintel/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 1, 13)
+VERSION = (1, 2, 0)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments