We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507bd77 commit 92ddca0Copy full SHA for 92ddca0
2 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.2.11
+current_version = 2.2.12
3
commit = True
4
tag = True
5
taskmanager/__init__.py
@@ -1,7 +1,7 @@
"""Django application to manage async tasks via admin interface, using uWSGI spooler."""
# PEP 440 - version number format
-VERSION = (2, 2, 11)
+VERSION = (2, 2, 12)
6
# PEP 396 - module version variable
7
__version__ = ".".join(map(str, VERSION))
0 commit comments