Skip to content

Commit

Permalink
Bump version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Nov 4, 2024
1 parent cafa177 commit 6f468e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachalot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 6, 3)
VERSION = (2, 7, 0)
__version__ = ".".join(map(str, VERSION))

default_app_config = "cachalot.apps.CachalotConfig"

0 comments on commit 6f468e3

Please sign in to comment.