Skip to content

Commit 072df10

Browse files
jaracoabravalheri
authored andcommitted
Remove bumpversion and rely on jaraco.develop for finalize operation.
1 parent 346ae7e commit 072df10

File tree

3 files changed

+1
-70
lines changed

3 files changed

+1
-70
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

tools/finalize.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ description = assemble changelog and tag a release
6363
skip_install = True
6464
deps =
6565
towncrier
66-
bump2version
6766
jaraco.develop >= 7.23
6867
pass_env = *
6968
commands =
70-
python tools/finalize.py
69+
python -m jaraco.develop.finalize
7170

7271
[testenv:vendor]
7372
skip_install = True

0 commit comments

Comments
 (0)