Skip to content

Commit

Permalink
version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Mar 16, 2023
1 parent ec8f1f6 commit a0db824
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Ming News / Release Notes

The latest releases support PyMongo 3. The older 0.5.x releases support PyMongo 2 and Python 2.

0.13.0 (Mar 16, 2023)
---------------------
* remove Python 3.6 support
* set all DeprecationWarning's stacklevel=2 to show caller
* MIM: verify kwargs in find/find_one

0.12.2 (Nov 15, 2022)
---------------------
* MIM: add support for UUID types
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', '12', '2')
__version_info__ = ('0', '13', '0')
__version__ = '.'.join(__version_info__)

0 comments on commit a0db824

Please sign in to comment.