File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,9 @@ but can be found on the
216
216
`github tags page <https://github.com/mongodb/mongo-python-driver/tags >`_.
217
217
They can be installed by passing the full URL for the tag to pip::
218
218
219
- $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.8rc0 .tar.gz
219
+ $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.8rc2 .tar.gz
220
220
221
221
or easy_install::
222
222
223
- $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.8rc0 .tar.gz
223
+ $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.8rc2 .tar.gz
224
224
Original file line number Diff line number Diff line change 77
77
ALL = 2
78
78
"""Profile all operations."""
79
79
80
- version_tuple = (2 , 8 , 'rc1+ ' )
80
+ version_tuple = (2 , 8 , 'rc2 ' )
81
81
82
82
def get_version_string ():
83
83
if isinstance (version_tuple [- 1 ], basestring ):
Original file line number Diff line number Diff line change 33
33
from distutils .errors import DistutilsPlatformError , DistutilsExecError
34
34
from distutils .core import Extension
35
35
36
- version = "2.8rc1+ "
36
+ version = "2.8rc2 "
37
37
38
38
f = open ("README.rst" )
39
39
try :
You can’t perform that action at this time.
0 commit comments