Skip to content

Commit 7a8420c

Browse files
PYTHON-5642 Prep for 4.15.5 patch release. (#2633)
1 parent 0480525 commit 7a8420c

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.5 (2025/11/25)
4+
Changes in Version 4.15.5 (2025/12/02)
55
--------------------------------------
66

77
Version 4.15.5 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.5.dev0"
21+
__version__ = "4.15.5"
2222

2323

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

0 commit comments

Comments
 (0)