We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aac1c7 commit eb7d6ceCopy full SHA for eb7d6ce
2 files changed
docs/conf.py
@@ -74,7 +74,7 @@ def setup(app):
74
# The full version, including alpha/beta/rc tags
75
# release = version
76
77
-version = "1.2.1"
+version = "1.2.2"
78
release = version
79
80
trackintel/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 2, 1)
+VERSION = (1, 2, 2)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments