File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in Version 1.8.1
5+ ------------------------
6+
7+ - fixed a typo in the C extension that could cause safe-mode
8+ operations to report a failure (:class: `SystemError `) even when none
9+ occurred.
10+ - added a :meth: `__ne__ ` implementation to any class where we define
11+ :meth: `__eq__ `.
12+
413Changes in Version 1.8
514----------------------
615
Original file line number Diff line number Diff line change 3939"""Profile all operations."""
4040
4141# Remember to change in setup.py as well!
42- version = "1.8+ "
42+ version = "1.8.1 "
4343"""Current version of PyMongo."""
4444
4545Connection = PyMongo_Connection
Original file line number Diff line number Diff line change 2020from distutils .core import Extension
2121
2222# Remember to change in pymongo/__init__.py as well!
23- version = "1.8+ "
23+ version = "1.8.1 "
2424
2525f = open ("README.rst" )
2626try :
You can’t perform that action at this time.
0 commit comments