We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48de35b commit 8ec4d83Copy full SHA for 8ec4d83
feincms/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (24, 8, 1)
+VERSION = (24, 8, 2)
2
__version__ = ".".join(map(str, VERSION))
3
4
0 commit comments