Skip to content

Commit d0b8450

Browse files
committed
Prep 4.15
1 parent 7580309 commit d0b8450

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/changelog.rst

Lines changed: 3 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:`bson.decimal128.DecimalEncoder` and :class:`bson.decimal128.DecimalDecoder`

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)