Skip to content

Commit d002f03

Browse files
committed
increase version to 1.2.0
1 parent 8728806 commit d002f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

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

78-
version = "1.1.13"
78+
version = "1.2.0"
7979
release = version
8080

8181

trackintel/__version__.py

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

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

0 commit comments

Comments
 (0)