BUMP 4.15.3.dev0

Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
This commit is contained in:
mongodb-dbx-release-bot[bot] 2025-10-01 21:29:53 +00:00
parent eda41f3e87
commit a71c96d2ed
No known key found for this signature in database
GPG Key ID: 0C54D93C35CD4530

View File

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