Prep branch v4.15

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-09-10 17:31:27 +00:00
parent d2653eecc6
commit e2107c22dd
No known key found for this signature in database
GPG Key ID: 0C54D93C35CD4530
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ env:
# Changes per repo
PRODUCT_NAME: PyMongo
# Changes per branch
EVERGREEN_PROJECT: mongo-python-driver
EVERGREEN_PROJECT: mongo-python-driver-release
# Constant
# inputs will be empty on a scheduled run. so, we only set dry_run
# to 'false' when the input is set to 'false'.

View File

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