Skip to content

Commit 78500fc

Browse files
committed
Bump version: 2.2.9 → 2.2.10
1 parent 13d6ffe commit 78500fc

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.9
2+
current_version = 2.2.10
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, 9)
4+
VERSION = (2, 2, 10)
55

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

0 commit comments

Comments
 (0)