Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Nov 30, 2018
1 parent dfb826e commit 082e380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Ming News / Release Notes

The latest releases are 0.7.x and support PyMongo 3. The 0.5.x releases support PyMongo 2. Both work on Python 2 and 3.

0.7.1 (Nov 30, 2018)
--------------------

* MIM: Minimal support for ``Collection.aggregate``

0.7.0 (May 10, 2018)
------------------------------------------------
* MIM: Support for PyMongo 3.6
Expand Down
2 changes: 1 addition & 1 deletion ming/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '7', '0')
__version_info__ = ('0', '7', '1')
__version__ = '.'.join(__version_info__)

0 comments on commit 082e380

Please sign in to comment.