Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae1d6ff364 | ||
|
|
e10193f371 | ||
|
|
f2103a9587 |
2
.github/workflows/release-python.yml
vendored
2
.github/workflows/release-python.yml
vendored
@ -16,7 +16,7 @@ env:
|
|||||||
# Changes per repo
|
# Changes per repo
|
||||||
PRODUCT_NAME: PyMongo
|
PRODUCT_NAME: PyMongo
|
||||||
# Changes per branch
|
# Changes per branch
|
||||||
EVERGREEN_PROJECT: mongo-python-driver
|
EVERGREEN_PROJECT: mongo-python-driver-release
|
||||||
# Constant
|
# Constant
|
||||||
# inputs will be empty on a scheduled run. so, we only set dry_run
|
# inputs will be empty on a scheduled run. so, we only set dry_run
|
||||||
# to 'false' when the input is set to 'false'.
|
# to 'false' when the input is set to 'false'.
|
||||||
|
|||||||
@ -18,7 +18,7 @@ from __future__ import annotations
|
|||||||
import re
|
import re
|
||||||
from typing import List, Tuple, Union
|
from typing import List, Tuple, Union
|
||||||
|
|
||||||
__version__ = "4.17.0.dev0"
|
__version__ = "4.17.1.dev0"
|
||||||
|
|
||||||
|
|
||||||
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
|
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user