Add README-dev info to make the latest GA the only visible version

This commit is contained in:
Alan Boudreault
2016-03-10 16:37:49 -05:00
parent 3111c10f07
commit d1cb5bfbc4

View File

@@ -16,6 +16,7 @@ Releasing
python setup.py register
python setup.py sdist upload
* On pypi, make the latest GA the only visible version
* Update the docs (see below)
* Append a 'postN' string to the version tuple in ``cassandra/__init__.py``
so that it looks like ``(x, y, z, 'postN')``