Skip to content

Commit 74d030e

Browse files
committed
Release version 2.0.0
1 parent 66a5cca commit 74d030e

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2.0.0
22
=====
3-
In Progress
3+
May 28, 2014
44

55
Features
66
--------

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ For more complete installation instructions, see the
2121

2222
Documentation
2323
-------------
24+
The documentation can be found online `here <http://datastax.github.io/python-driver/index.html>`_.
2425

2526
A couple of links for getting up to speed:
2627

2728
* `Installation <http://datastax.github.io/python-driver/installation.html>`_
2829
* `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_
2930
* `API docs <http://datastax.github.io/python-driver/api/index.html>`_
30-
31-
You can also find some
32-
`notes about the performance <http://datastax.github.io/python-driver/performance.html>`_
33-
on the `documentation page <http://datastax.github.io/python-driver/index.html>`_.
31+
* `Performance tips <http://datastax.github.io/python-driver/performance.html>`_
3432

3533
Reporting Problems
3634
------------------

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, 0, '0b1', 'post')
26+
__version_info__ = (2, 0, 0)
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

0 commit comments

Comments
 (0)