Skip to content

Commit 91b783c

Browse files
committed
Install bumpversion
1 parent 7ad7b8d commit 91b783c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ dist: clean
3434
ls -l dist
3535

3636
test-release: dist
37-
pip install -U twine
37+
pip install -U twine bumpversion
3838
gpg --detach-sign -a dist/*
3939
twine upload -r pypitest dist/*
4040

4141
release: dist
42-
pip install -U twine
42+
pip install -U twine bumpversion
4343
gpg --detach-sign -a dist/*
4444
twine upload dist/*
45-

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
[bumpversion]
2+
current_version = 1.8.2
3+
commit = True
4+
tag = True
5+
tag_name = {new_version}
6+
7+
[bumpversion:file:simple_history/__init__.py]
8+
19
[bdist_wheel]
210
universal = 1

0 commit comments

Comments
 (0)