Skip to content

Commit 18bb4ba

Browse files
author
Mike Dirolf
committed
BUMP 1.2.1 (minor) see changelog
1 parent fb53f85 commit 18bb4ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
Changes in Version 1.2.1
5+
------------------------
6+
- add :doc:`changelog` to docs
7+
- add ``setup.py doc --test`` to run doctests for tutorial, examples
8+
- move most examples to Sphinx docs (and remove from *examples/*
9+
directory)
10+
- raise :class:`~pymongo.errors.InvalidId` instead of
11+
:class:`TypeError` when passing a 24 character string to
12+
:class:`~pymongo.objectid.ObjectId` that contains non-hexadecimal
13+
characters
14+
- allow :class:`unicode` instances for :class:`~pymongo.objectid.ObjectId` init
15+
416
Changes in Version 1.2
517
----------------------
618
- `spec` parameter for :meth:`~pymongo.collection.Collection.remove` is

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
ALL = 2
2929
"""Profile all operations."""
3030

31-
version = "1.2+"
31+
version = "1.2.1"
3232
"""Current version of PyMongo."""
3333

3434
Connection = PyMongo_Connection

0 commit comments

Comments
 (0)