Skip to content

Commit 92ddca0

Browse files
committed
Bump version: 2.2.11 → 2.2.12
1 parent 507bd77 commit 92ddca0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.11
2+
current_version = 2.2.12
33
commit = True
44
tag = True
55

taskmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Django application to manage async tasks via admin interface, using uWSGI spooler."""
22

33
# PEP 440 - version number format
4-
VERSION = (2, 2, 11)
4+
VERSION = (2, 2, 12)
55

66
# PEP 396 - module version variable
77
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)