Skip to content

Commit

Permalink
Bump version to 21.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Mar 15, 2021
1 parent 0bb71fb commit 3bc9b96
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__ = "21.3.1"
__version__ = "21.3.2"

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

Expand Down

0 comments on commit 3bc9b96

Please sign in to comment.