Skip to content

Commit eb7d6ce

Browse files
authored
BLD: update version number (#489)
1 parent 5aac1c7 commit eb7d6ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def setup(app):
7474
# The full version, including alpha/beta/rc tags
7575
# release = version
7676

77-
version = "1.2.1"
77+
version = "1.2.2"
7878
release = version
7979

8080

trackintel/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 2, 1)
1+
VERSION = (1, 2, 2)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)