Skip to content

Commit

Permalink
Remove bump2version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Aug 1, 2024
1 parent 0027b69 commit 1a2c09d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .bumpversion.cfg

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Releasing
---------
The following actions are required to push a new version:

* Update release notes
* Update release notes and version number in `pyproject.toml` and `docs/conf.py`

* If any new translations strings were added, push the new source language to
Transifex_. Make sure translators have sufficient time to translate those
new strings::
Expand All @@ -64,7 +65,6 @@ The following actions are required to push a new version:

* Package and upload::

bumpversion [major|minor|patch]
git push && git push --tags
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ sphinx_rtd_theme
# Build

wheel
bump2version
twine

0 comments on commit 1a2c09d

Please sign in to comment.