We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7580309 commit d0b8450Copy full SHA for d0b8450
doc/changelog.rst
@@ -1,7 +1,9 @@
1
Changelog
2
=========
3
-Changes in Version 4.15.0 (XXXX/XX/XX)
+
4
+Changes in Version 4.15.0 (2025/09/10)
5
--------------------------------------
6
7
PyMongo 4.15 brings a number of changes including:
8
9
- Added :class:`bson.decimal128.DecimalEncoder` and :class:`bson.decimal128.DecimalDecoder`
pymongo/_version.py
@@ -18,7 +18,7 @@
18
import re
19
from typing import List, Tuple, Union
20
21
-__version__ = "4.15.0.dev0"
+__version__ = "4.15.0"
22
23
24
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
0 commit comments