Skip to content
Snippets Groups Projects
Commit b8266622 authored by nimrod's avatar nimrod
Browse files

Document that Python 3.6+ is needed for releasing a version.

parent ae712469
No related branches found
No related tags found
No related merge requests found
Pipeline #2055 failed
...@@ -143,7 +143,7 @@ PyPy. ...@@ -143,7 +143,7 @@ PyPy.
Release Release
------- -------
Release requires Pipenv_. To bump the version run Release requires Pipenv_ and Python 3.6 or later. To bump the version run
:code:`pipenv run bumpversion major|minor|patch` to update the version and git :code:`pipenv run bumpversion major|minor|patch` to update the version and git
commit and tag the changes, then run :code:`git push --follow-tags` to push the commit and tag the changes, then run :code:`git push --follow-tags` to push the
git commit and tag. The GitLab CI will then build and upload a release to PyPI. git commit and tag. The GitLab CI will then build and upload a release to PyPI.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment