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

Commit edfa97c

Browse files
author
Tonye Jack
committed
"2021-02-20 11:05 - Increased django-migration-resolver-hook version: VERSION = (0, 2, 0) to VERSION = (0, 2, 1)"
1 parent e400290 commit edfa97c

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, 0)
2+
current_version = VERSION = (0, 2, 1)
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, 0)
23+
VERSION = (0, 2, 1)
2424

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

0 commit comments

Comments
 (0)