Skip to content

Commit 1d9df6c

Browse files
committed
Post release version update
also removing travis status widget until the install/setup can be stabilized
1 parent 08f768a commit 1d9df6c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
DataStax Python Driver for Apache Cassandra
22
===========================================
33

4-
.. image:: https://travis-ci.org/datastax/python-driver.png?branch=master
5-
:target: https://travis-ci.org/datastax/python-driver
6-
74
A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
85

96
The driver supports Python 2.6, 2.7, 3.3, and 3.4*.

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def emit(self, record):
2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

2525

26-
__version_info__ = (2, 6, '0c2')
26+
__version_info__ = (2, 6, '0c2', 'post')
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

0 commit comments

Comments
 (0)