We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8ed63 commit 021a54dCopy full SHA for 021a54d
2 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.2.10
+current_version = 2.2.11
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, 10)
+VERSION = (2, 2, 11)
6
# PEP 396 - module version variable
7
__version__ = ".".join(map(str, VERSION))
0 commit comments