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

Commit 3c1f894

Browse files
author
Tonye Jack
committed
"2020-02-24 14:38 - Increased django-check-constraint version:VERSION = (1, 0, 12) to VERSION = (1, 0, 13)"
1 parent 88c565f commit 3c1f894

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, 12)
2+
current_version = VERSION = (1, 0, 13)
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
@@ -53,7 +53,7 @@
5353
else:
5454
LONG_DESCRIPTION = ""
5555

56-
VERSION = (1, 0, 12)
56+
VERSION = (1, 0, 13)
5757

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

0 commit comments

Comments
 (0)