Skip to content

Commit 4a6aae8

Browse files
authored
PYTHON-5125 Prep for 4.11.1 release (#2137)
1 parent c83f34c commit 4a6aae8

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

Diff for: .github/workflows/release-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ env:
2020
# Changes per repo
2121
PRODUCT_NAME: PyMongo
2222
# Changes per branch
23-
SILK_ASSET_GROUP: mongodb-python-driver
24-
EVERGREEN_PROJECT: mongo-python-driver
23+
SILK_ASSET_GROUP: mongodb-python-driver-4.11
24+
EVERGREEN_PROJECT: mongo-python-driver-release
2525
# Constant
2626
# inputs will be empty on a scheduled run. so, we only set dry_run
2727
# to 'false' when the input is set to 'false'.

Diff for: doc/changelog.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Changelog
22
=========
33

4-
Changes in Version 4.11.0 (YYYY/MM/DD)
4+
Changes in Version 4.11.1 (2025/MM/DD)
5+
--------------------------------------
6+
7+
- Fixed support for prebuilt ``ppc64le`` and ``s390x`` wheels.
8+
9+
Changes in Version 4.11.0 (2025/01/28)
510
--------------------------------------
611

712
.. warning:: PyMongo 4.11 drops support for Python 3.8 and PyPy 3.9: Python 3.9+ or PyPy 3.10+ is now required.

Diff for: sbom.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"metadata": {
3-
"timestamp": "2024-05-02T17:36:12.698229+00:00"
4-
},
5-
"components": [],
6-
"serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b",
7-
"version": 1,
8-
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9-
"bomFormat": "CycloneDX",
10-
"specVersion": "1.5"
11-
}
2+
"metadata": {
3+
"timestamp": "2025-02-06T23:38:31.503894+00:00"
4+
},
5+
"components": [],
6+
"serialNumber": "urn:uuid:04738005-86f1-4d21-866f-ce4560f03f00",
7+
"version": 1,
8+
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9+
"bomFormat": "CycloneDX",
10+
"specVersion": "1.5",
11+
"vulnerabilities": []
12+
}

0 commit comments

Comments
 (0)