Skip to content

Commit 063e10b

Browse files
committed
Maintenance stuff moved to wiki
1 parent 0c1fb13 commit 063e10b

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -649,24 +649,3 @@ Use tox_ to run tests with different Python versions::
649649

650650

651651
.. _tox: https://testrun.org/tox/latest/
652-
653-
654-
Versioning
655-
----------
656-
657-
Use bumpversion_ to conveniently change project version::
658-
659-
bumpversion patch # 0.0.1 -> 0.0.2
660-
bumpversion minor # 0.1.0 -> 0.2.0
661-
bumpversion major # 1.0.0 -> 2.0.0
662-
663-
You can use ``--dry-run --verbose`` flags first to preview changes.
664-
665-
.. _bumpversion: https://pypi.python.org/pypi/bumpversion
666-
667-
Making releases
668-
---------------
669-
670-
* Update ``HISTORY.rst`` in master (via PR or directly)
671-
* use ``bumpversion`` (see above) to update the version
672-
* push changes with tags: ``git push --tags && git push``

0 commit comments

Comments
 (0)