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
216216`github tags page <https://github.com/mongodb/mongo-python-driver/tags >`_.
217217They can be installed by passing the full URL for the tag to pip::
218218
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
220220
221221or easy_install::
222222
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
224224
Original file line number Diff line number Diff line change 7777ALL = 2
7878"""Profile all operations."""
7979
80- version_tuple = (2 , 8 , 'rc1+ ' )
80+ version_tuple = (2 , 8 , 'rc2 ' )
8181
8282def get_version_string ():
8383 if isinstance (version_tuple [- 1 ], basestring ):
Original file line number Diff line number Diff line change 3333from distutils .errors import DistutilsPlatformError , DistutilsExecError
3434from distutils .core import Extension
3535
36- version = "2.8rc1+ "
36+ version = "2.8rc2 "
3737
3838f = open ("README.rst" )
3939try :
You can’t perform that action at this time.
0 commit comments