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