Prep branch v4.17

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] 2026-04-20 15:54:12 +00:00
parent 3491c08ef6
commit f2103a9587
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.17.0.dev0"
__version__ = "4.17.0"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: