Skip to content

Commit

Permalink
"2021-03-20 14:04 - Increased django-clone version: VERSION = (1, 1, …
Browse files Browse the repository at this point in the history
…10) to VERSION = (2, 0, 0)"
  • Loading branch information
jackton1 committed Mar 20, 2021
1 parent 84886fb commit 3332f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = VERSION = (1, 1, 10)
current_version = VERSION = (2, 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 Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
else:
LONG_DESCRIPTION = ""

VERSION = (1, 1, 10)
VERSION = (2, 0, 0)

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

Expand Down

0 comments on commit 3332f4e

Please sign in to comment.