File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff 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 ``
You can’t perform that action at this time.
0 commit comments