BUMP 2.8rc2
This commit is contained in:
parent
83f53499ae
commit
0b715cff2e
@ -216,9 +216,9 @@ but can be found on the
|
||||
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
|
||||
They can be installed by passing the full URL for the tag to pip::
|
||||
|
||||
$ pip install https://github.com/mongodb/mongo-python-driver/archive/2.8rc0.tar.gz
|
||||
$ pip install https://github.com/mongodb/mongo-python-driver/archive/2.8rc2.tar.gz
|
||||
|
||||
or easy_install::
|
||||
|
||||
$ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.8rc0.tar.gz
|
||||
$ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.8rc2.tar.gz
|
||||
|
||||
|
||||
@ -77,7 +77,7 @@ SLOW_ONLY = 1
|
||||
ALL = 2
|
||||
"""Profile all operations."""
|
||||
|
||||
version_tuple = (2, 8, 'rc1+')
|
||||
version_tuple = (2, 8, 'rc2')
|
||||
|
||||
def get_version_string():
|
||||
if isinstance(version_tuple[-1], basestring):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user