Skip to content

Commit

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

The latest releases support PyMongo v3 and v4

0.15.0 (Oct 10, 2024)
---------------------
* drop support for Python 3.8
* prevent installation with pymongo 4.9 or higher (earlier Ming versions will have problems with it too)
* add support for mongodb Client Side Field Level Encryption (CSFLE)
* type hint improvements
* If there's an AttributeError within a @LazyProperty, expose it

0.14.0 (Aug 1, 2024)
--------------------

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', '14', '0')
__version_info__ = ('0', '15', '0')
__version__ = '.'.join(__version_info__)

0 comments on commit fef4599

Please sign in to comment.