Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e2107c2

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

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.16.0.dev0"
21+
__version__ = "4.15.1.dev0"
2222

2323

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /