Skip to content

Commit

Permalink
version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Oct 23, 2024
1 parent 12f03e2 commit ce434f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Ming News / Release Notes

The latest releases support PyMongo v3 and v4

0.15.1 (Oct 23, 2024)
---------------------
* support pymongo 4.9+

0.15.0 (Oct 10, 2024)
---------------------
* drop support for Python 3.8
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', '15', '0')
__version_info__ = ('0', '15', '1')
__version__ = '.'.join(__version_info__)

0 comments on commit ce434f5

Please sign in to comment.