Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit b3a3c50

Browse files
author
Tonye Jack
committed
"2020-02-27 13:54 - Increased django-check-constraint version:VERSION = (1, 0, 17) to VERSION = (1, 0, 18)"
1 parent 14c748f commit b3a3c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = VERSION = (1, 0, 17)
2+
current_version = VERSION = (1, 0, 18)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
else:
5454
LONG_DESCRIPTION = ""
5555

56-
VERSION = (1, 0, 17)
56+
VERSION = (1, 0, 18)
5757

5858
version = ".".join(map(str, VERSION))
5959

0 commit comments

Comments
 (0)