File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3- Changes in Version 4.15.0 (XXXX/XX/XX)
3+
4+ Changes in Version 4.15.0 (2025/09/10)
45--------------------------------------
6+
57PyMongo 4.15 brings a number of changes including:
68
79- Added :class: `~pymongo.encryption_options.TextOpts `,
@@ -13,6 +15,7 @@ PyMongo 4.15 brings a number of changes including:
1315 ``pymongocrypt>=1.16 `` is required for text query support.
1416- Added :class: `bson.decimal128.DecimalEncoder ` and :class: `bson.decimal128.DecimalDecoder `
1517 to support encoding and decoding of BSON Decimal128 values to decimal.Decimal values using the TypeRegistry API.
18+ - Added support for Windows ``arm64 `` wheels.
1619
1720Changes in Version 4.14.1 (2025/08/19)
1821--------------------------------------
Original file line number Diff line number Diff line change 1818import re
1919from typing import List , Tuple , Union
2020
21- __version__ = "4.15.0.dev0 "
21+ __version__ = "4.15.0"
2222
2323
2424def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
You can’t perform that action at this time.
0 commit comments