Skip to content

Commit 1514e9b

Browse files
authored
Prepare 4.15 release (#2523)
1 parent 98e9f5e commit 1514e9b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Changelog
22
=========
3-
Changes in Version 4.15.0 (XXXX/XX/XX)
3+
4+
Changes in Version 4.15.0 (2025/09/10)
45
--------------------------------------
6+
57
PyMongo 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

1720
Changes in Version 4.14.1 (2025/08/19)
1821
--------------------------------------

pymongo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import re
1919
from typing import List, Tuple, Union
2020

21-
__version__ = "4.15.0.dev0"
21+
__version__ = "4.15.0"
2222

2323

2424
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:

0 commit comments

Comments
 (0)