Revision: b761f7d196ff
Author:   Aleksey Yeschenko <[email protected]>
Date:     Fri Oct 19 09:36:00 2012
Log:      release 1.4.0

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

Modified:
 /CHANGES.txt
 /setup.py

=======================================
--- /CHANGES.txt        Wed Oct  3 18:19:46 2012
+++ /CHANGES.txt        Fri Oct 19 09:36:00 2012
@@ -1,3 +1,8 @@
+1.4.0 - 2012/10/19
+ * Update for recent CQL3 protocol changes (CASSANDRA-4734)
+ * Open the provided transport if it isn't already
+ * Update thrift definitions (19.34.0 -> 19.35.0)
+
 1.3.0 - 2012/10/03
  * Support passing transport instance to cql.connect()
  * Update thrift definitions (19.28.0 -> 19.34.0)
=======================================
--- /setup.py   Wed Oct  3 18:19:46 2012
+++ /setup.py   Fri Oct 19 09:36:00 2012
@@ -20,7 +20,7 @@

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

Reply via email to