Skip to content

Commit

Permalink
Merge pull request #150 from scrapinghub/making-release
Browse files Browse the repository at this point in the history
Document how to make releases
  • Loading branch information
kmike committed Sep 2, 2020
2 parents 89a149e + 063e10b commit df7ca6b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -649,15 +649,3 @@ Use tox_ to run tests with different Python versions::


.. _tox: https://testrun.org/tox/latest/


Versioning
----------

Use bumpversion_ to conveniently change project version::

bumpversion patch # 0.0.0 -> 0.0.1
bumpversion minor # 0.0.1 -> 0.1.0
bumpversion major # 0.1.0 -> 1.0.0

.. _bumpversion: https://pypi.python.org/pypi/bumpversion

0 comments on commit df7ca6b

Please sign in to comment.