diff --git a/README.rst b/README.rst index b693b872..f6d92454 100644 --- a/README.rst +++ b/README.rst @@ -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