PYTHON-5642 Prep for 4.15.5 patch release. (#2633)
This commit is contained in:
parent
0480525c22
commit
7a8420caad
@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Changes in Version 4.15.5 (2025/11/25)
|
||||
Changes in Version 4.15.5 (2025/12/02)
|
||||
--------------------------------------
|
||||
|
||||
Version 4.15.5 is a bug fix release.
|
||||
|
||||
@ -18,7 +18,7 @@ from __future__ import annotations
|
||||
import re
|
||||
from typing import List, Tuple, Union
|
||||
|
||||
__version__ = "4.15.5.dev0"
|
||||
__version__ = "4.15.5"
|
||||
|
||||
|
||||
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user