File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -656,9 +656,9 @@ Versioning
656656
657657Use bumpversion _ to conveniently change project version::
658658
659- bumpversion patch # 0.0.0 -> 0.0.1
660- bumpversion minor # 0.0.1 -> 0.1 .0
661- bumpversion major # 0. 1.0 -> 1 .0.0
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
662662
663663You can use ``--dry-run --verbose `` flags first to preview changes.
664664
@@ -668,5 +668,5 @@ Making releases
668668---------------
669669
670670* 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 --follow- tags ``
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