Skip to content

Commit 0c14cae

Browse files
author
Tonye Jack
committed
"2021-02-25 17:25 - Increased django-view-breadcrumbs version: VERSION = (0, 1, 13) to VERSION = (0, 2, 0)"
1 parent b66f3b6 commit 0c14cae

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

55-
VERSION = (0, 1, 13)
55+
VERSION = (0, 2, 0)
5656

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

0 commit comments

Comments
 (0)