Skip to content

Commit

Permalink
BLD: release 1.1.5 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaWie committed Dec 8, 2021
1 parent ebbf568 commit b4bbdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def setup(app):
# The full version, including alpha/beta/rc tags
# release = version

version = "1.1.4"
version = "1.1.5"
release = version


Expand Down
2 changes: 1 addition & 1 deletion trackintel/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 1, 4)
VERSION = (1, 1, 5)

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

0 comments on commit b4bbdc1

Please sign in to comment.