Skip to content

Commit

Permalink
Merge pull request #2125 from fubuloubu/deps/remove-bumpversion
Browse files Browse the repository at this point in the history
Remove bumpversion
  • Loading branch information
fubuloubu authored Aug 4, 2020
2 parents 444666a + 117a389 commit 153a60b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
[bumpversion]
current_version = 0.2.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
serialize =
{major}.{minor}.{patch}-{stage}.{devnum}
{major}.{minor}.{patch}

[bumpversion:part:stage]
optional_value = stable
first_value = stable
values =
alpha
beta
stable

[bumpversion:part:devnum]

[bumpversion:file:setup.py]
search = version='{current_version}',
replace = version='{new_version}',

[aliases]
test = pytest

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

setup(
name="vyper",
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version="0.2.3",
description="Vyper: the Pythonic Programming Language for the EVM",
long_description=long_description,
Expand Down

0 comments on commit 153a60b

Please sign in to comment.