Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# -- Project information -----------------------------------------------------

project = "trackintel"
copyright = "2019 - 2024, Dominik Bucher, Henry Martin, Ye Hong, Nina Wiedemann"
copyright = "2019 - 2025, Dominik Bucher, Henry Martin, Ye Hong, Nina Wiedemann"
author = "Dominik Bucher, Henry Martin, Ye Hong, Nina Wiedemann"


Expand All @@ -70,7 +70,7 @@ def setup(app):
# The full version, including alpha/beta/rc tags
# release = version

version = "1.3.1"
version = "1.3.2"
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, 3, 1)
VERSION = (1, 3, 2)

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