Release version 2.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
2.0.0
|
||||
=====
|
||||
In Progress
|
||||
May 28, 2014
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
@@ -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
|
||||
------------------
|
||||
|
||||
@@ -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__))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user