Skip to content

Commit

Permalink
"2020-09-07 12:20 - Increased django-view-breadcrumbs version: VERSIO…
Browse files Browse the repository at this point in the history
…N = (0, 1, 0) to VERSION = (1, 0, 0)"
  • Loading branch information
Tonye Jack committed Sep 7, 2020
1 parent 5c82ac5 commit dfd5d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = VERSION = (0, 1, 0)
current_version = VERSION = (1, 0, 0)
parse = ^(\s*VERSION)(\s=\s)(\({1})(?P<major>\d+),\s(?P<minor>\d+),\s(?P<patch>\d+)(\){1})$
serialize = VERSION = ({major}, {minor}, {patch})
commit = True
Expand All @@ -9,4 +9,3 @@ message = "{now:%Y-%m-%d %H:%M} - Increased django-view-breadcrumbs version: {cu
[bumpversion:file:setup.py]
search = {current_version}
replace = {new_version}

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
else:
LONG_DESCRIPTION = ''

VERSION = (0, 1, 0)
VERSION = (1, 0, 0)

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

Expand Down

0 comments on commit dfd5d7c

Please sign in to comment.