Skip to content

Commit df7ca6b

Browse files
authored
Merge pull request #150 from scrapinghub/making-release
Document how to make releases
2 parents 89a149e + 063e10b commit df7ca6b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -649,15 +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.0 -> 0.0.1
660-
bumpversion minor # 0.0.1 -> 0.1.0
661-
bumpversion major # 0.1.0 -> 1.0.0
662-
663-
.. _bumpversion: https://pypi.python.org/pypi/bumpversion

0 commit comments

Comments
 (0)