Skip to content

Commit 19c6061

Browse files
committed
Switch to bump2version (because bumpversion seems abandoned)
1 parent 7ee2570 commit 19c6061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx_compas_theme>=0.4
22
sphinx>=1.6
33
invoke>=0.14
4-
bumpversion>=0.5
4+
bump2version>=0.5.11
55
check-manifest>=0.36
66
flake8
77
autopep8

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def release(ctx, release_type):
210210
ctx.run('invoke check test')
211211

212212
# Bump version and git tag it
213-
ctx.run('bumpversion %s --verbose' % release_type)
213+
ctx.run('bump2version %s --verbose' % release_type)
214214

215215
# Build project
216216
ctx.run('python setup.py clean --all sdist bdist_wheel')

0 commit comments

Comments
 (0)