Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 1843811

Browse files
committed
"2021-04-05 08:43 - Increased django-migration-resolver-hook version: VERSION = (0, 2, 7) to VERSION = (0, 2, 8)"
1 parent c62b619 commit 1843811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = VERSION = (0, 2, 7)
2+
current_version = VERSION = (0, 2, 8)
33
parse = ^(\s*VERSION)(\s=\s)(\({1})(?P<major>\d+),\s(?P<minor>\d+),\s(?P<patch>\d+)(\){1})$
44
serialize = VERSION = ({major}, {minor}, {patch})
55
commit = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
else:
2121
LONG_DESCRIPTION = ''
2222

23-
VERSION = (0, 2, 7)
23+
VERSION = (0, 2, 8)
2424

2525
version = '.'.join(map(str, VERSION))
2626

0 commit comments

Comments
 (0)