Update version notes in README-dev

This commit is contained in:
Tyler Hobbs
2013-10-22 18:22:02 -05:00
parent bfebf6584a
commit 64a9b27a22

View File

@@ -12,8 +12,8 @@ Releasing
python setup.py sdist upload
* Update the docs (see below)
* Add a '+' to the version in ``cassandra/__init__.py`` so that it looks
like ``x.y.z+``
* Append a 'post' string to the version tuple in ``cassandra/__init__.py``
so that it looks like ``(x, y, z, 'post')``
* Commit and push
Running the Tests