You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ca...@codespot.com on 2011/09/28 00:05:48 UTC

[cassandra-dbapi2] push by john.eri...@gmail.com - burn a version to make GC's downloads happy on 2011-09-27 21:56 GMT

Revision: 916fc6d6f0f2
Author:   Eric Evans <ee...@sym-link.com>
Date:     Tue Sep 27 14:54:00 2011
Log:      burn a version to make GC's downloads happy

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=916fc6d6f0f2

Modified:
  /setup.py

=======================================
--- /setup.py	Mon Sep 26 14:32:22 2011
+++ /setup.py	Tue Sep 27 14:54:00 2011
@@ -20,7 +20,7 @@

  setup(
      name="cql",
-    version="1.0.4",
+    version="1.0.5",
      description="Cassandra Query Language driver",
       
long_description=open(abspath(join(dirname(__file__), 'README'))).read(),
      maintainer='Cassandra DBAPI-2 Driver Team',