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

Commit 28d280b

Browse files
author
Tonye Jack
committed
"2020-02-16 19:46 - Increased django-check-constraint version:VERSION = (1, 0, 10) to VERSION = (1, 0, 11)"
1 parent ee3d4f2 commit 28d280b

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 = (1, 0, 10)
2+
current_version = VERSION = (1, 0, 11)
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
@@ -48,7 +48,7 @@
4848
else:
4949
LONG_DESCRIPTION = ""
5050

51-
VERSION = (1, 0, 10)
51+
VERSION = (1, 0, 11)
5252

5353
version = ".".join(map(str, VERSION))
5454

0 commit comments

Comments
 (0)