From af9abb4cb69277979efc34e1295104e4ab49661d Mon Sep 17 00:00:00 2001 From: Jon Haddad Date: Wed, 25 Jun 2014 10:01:39 -0700 Subject: [PATCH] added old cql package back in, will need to be removed in next release --- cqlengine/VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cqlengine/VERSION b/cqlengine/VERSION index e815b861..4312e0d0 100644 --- a/cqlengine/VERSION +++ b/cqlengine/VERSION @@ -1 +1 @@ -0.15.1 +0.15.2 diff --git a/setup.py b/setup.py index a427f36b..2d6740db 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", ], keywords='cassandra,cql,orm', - install_requires = ['cassandra-driver >= 2.0.0'], + install_requires = ['cassandra-driver >= 2.0.0', "cql"], author='Blake Eggleston, Jon Haddad', author_email='bdeggleston@gmail.com', url='https://github.com/cqlengine/cqlengine',