We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a9282 commit 6df9704Copy full SHA for 6df9704
cachalot/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (2, 6, 1)
+VERSION = (2, 6, 2)
2
__version__ = ".".join(map(str, VERSION))
3
4
default_app_config = "cachalot.apps.CachalotConfig"
0 commit comments