We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795a207 commit fc80af9Copy full SHA for fc80af9
formset/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (2, 2, 'dev0')
+VERSION = (2, 2)
2
__version__ = '.'.join(map(str, VERSION))
0 commit comments