summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-06-09 15:31:27 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-06-09 15:31:27 +0100
commitc6c8115b1b502a4d55c938470e552a246b18f96d (patch)
treec26739299d31534f4823361f7537707fe21d170a
parent2e588565656d82689fed541a690d2c9a2e545dc1 (diff)
downloadsandboxlib-c6c8115b1b502a4d55c938470e552a246b18f96d.tar.gz
Fix numbering in HACKING.rst
-rw-r--r--HACKING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 53a482e..bc0a699 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -18,8 +18,8 @@ Process:
1. Run tests: ``sudo tox``
2. Create and push tag: ``git tag --annotate -m "sandboxlib version 0.0.0" 0.0.0 && git push --tags``
-2. Create source distribution tarball: ``python ./setup.py sdist``
-3. Upload to PyPI: ``twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD dist/sandboxlib-0.0.0.tar.gz``
+3. Create source distribution tarball: ``python ./setup.py sdist``
+4. Upload to PyPI: ``twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD dist/sandboxlib-0.0.0.tar.gz``
I intend to follow the `PBR Linux/Python Compatible Semantic Versioning`_
version scheme for this library. This is based on the `semantic versioning`_