From d1cb5bfbc416bcd6cc8a81e3e03eea45289b35ee Mon Sep 17 00:00:00 2001 From: Alan Boudreault Date: Thu, 10 Mar 2016 16:37:49 -0500 Subject: [PATCH] Add README-dev info to make the latest GA the only visible version --- README-dev.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README-dev.rst b/README-dev.rst index bc38f2b9..deb2666f 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -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')``