Skip to content

Commit eda41f3

Browse files
final preparation for v4.15.2 release (mongodb#2569)
1 parent f33e832 commit eda41f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Changes in Version 4.15.2 (2025/XX/YY)
4+
Changes in Version 4.15.2 (2025/10/01)
55
--------------------------------------
66

77
Version 4.15.2 is a bug fix release.

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.1"
21+
__version__ = "4.15.2"
2222

2323

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

0 commit comments

Comments
 (0)