Skip to content

Commit 9d16110

Browse files
committed
Bump version: 2.2.7 → 2.2.8
1 parent e6c000d commit 9d16110

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.7
2+
current_version = 2.2.8
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, 7)
4+
VERSION = (2, 2, 8)
55

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

0 commit comments

Comments
 (0)