Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
preemptively bump version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Jun 19, 2012
1 parent 1fc6e2f commit 9ebbc7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
pycassa (1.7.0) natty; urgency=low

* building 1.7.0 dev version for natty

-- Neil Williams <neil@reddit.com> Wed, 30 May 2012 11:29:42 -0700

pycassa (1.1.0) unstable; urgency=low

* initial packaging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

from distutils.cmd import Command

version_tuple = (1, 6, 0)
version_tuple = (1, 7, 0)
__version__ = '.'.join(map(str, version_tuple))

long_description = """pycassa is a python client library for Apache Cassandra with the following features:
Expand Down

0 comments on commit 9ebbc7e

Please sign in to comment.