Skip to content

Commit

Permalink
Bump version to 23.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 8, 2023
1 parent e4098b7 commit afd759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timetagger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Timetagger - Tag your time, get the insight.
"""

__version__ = "23.11.1"
__version__ = "23.11.2"

version_info = tuple(map(int, __version__.split(".")))

Expand Down

0 comments on commit afd759b

Please sign in to comment.