PYTHON-5639 Prep for 4.15.4 release (#2614)

This commit is contained in:
Steven Silvester 2025-11-11 14:32:15 -06:00 committed by GitHub
parent 477217f666
commit 07d51b10a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ from __future__ import annotations
import re
from typing import List, Tuple, Union
__version__ = "4.15.4.dev0"
__version__ = "4.15.4"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: