Release version 2.0.0

This commit is contained in:
Tyler Hobbs
2014-05-28 15:19:20 -05:00
parent 66a5cca5ab
commit 74d030edb2
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
2.0.0
=====
In Progress
May 28, 2014
Features
--------

View File

@@ -21,16 +21,14 @@ For more complete installation instructions, see the
Documentation
-------------
The documentation can be found online `here <http://datastax.github.io/python-driver/index.html>`_.
A couple of links for getting up to speed:
* `Installation <http://datastax.github.io/python-driver/installation.html>`_
* `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_
* `API docs <http://datastax.github.io/python-driver/api/index.html>`_
You can also find some
`notes about the performance <http://datastax.github.io/python-driver/performance.html>`_
on the `documentation page <http://datastax.github.io/python-driver/index.html>`_.
* `Performance tips <http://datastax.github.io/python-driver/performance.html>`_
Reporting Problems
------------------

View File

@@ -23,7 +23,7 @@ class NullHandler(logging.Handler):
logging.getLogger('cassandra').addHandler(NullHandler())
__version_info__ = (2, 0, '0b1', 'post')
__version_info__ = (2, 0, 0)
__version__ = '.'.join(map(str, __version_info__))