Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruttenb committed Mar 4, 2024
1 parent 263cdd6 commit 746318c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (2, 0, 1)
__version_info__ = (2, 0, 2)
__version__ = ".".join(str(i) for i in __version_info__)

default_app_config = "history.apps.HistoryConfig"

0 comments on commit 746318c

Please sign in to comment.