Skip to content

Commit ce2812d

Browse files
Prep branch v4.14
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
1 parent 952fa82 commit ce2812d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# Changes per repo
1717
PRODUCT_NAME: PyMongo
1818
# Changes per branch
19-
EVERGREEN_PROJECT: mongo-python-driver
19+
EVERGREEN_PROJECT: mongo-python-driver-release
2020
# Constant
2121
# inputs will be empty on a scheduled run. so, we only set dry_run
2222
# to 'false' when the input is set to 'false'.

pymongo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import re
1919
from typing import List, Tuple, Union
2020

21-
__version__ = "4.15.0.dev0"
21+
__version__ = "4.14.1.dev0"
2222

2323

2424
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:

0 commit comments

Comments
 (0)