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 2012/08/20 01:59:27 UTC

[cassandra-dbapi2] push by pcannon@gmail.com - tag 1.1.0-beta2 on 2012-08-19 23:59 GMT

Revision: 1d630ecc5023
Author:   paul cannon <pa...@datastax.com>
Date:     Sun Aug 19 16:58:57 2012
Log:      tag 1.1.0-beta2

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

Modified:
  /setup.py

=======================================
--- /setup.py	Sun Aug 19 14:13:25 2012
+++ /setup.py	Sun Aug 19 16:58:57 2012
@@ -20,7 +20,7 @@

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