Skip to content

Commit c6dc218

Browse files
committed
Set up v4.10 branch
1 parent da059a6 commit c6dc218

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/release-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env:
1818
# Changes per repo
1919
PRODUCT_NAME: PyMongo
2020
# Changes per branch
21-
SILK_ASSET_GROUP: mongodb-python-driver
22-
EVERGREEN_PROJECT: mongo-python-driver
21+
SILK_ASSET_GROUP: mongodb-python-driver-4.10
22+
EVERGREEN_PROJECT: mongo-python-driver-release
2323

2424
defaults:
2525
run:

pymongo/_version.py

+1-1
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.11.0.dev0"
21+
__version__ = "4.10.1.dev0"
2222

2323

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

sbom.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"metadata": {
3-
"timestamp": "2024-05-02T17:36:12.698229+00:00"
3+
"timestamp": "2024-10-02T01:21:42.042095+00:00"
44
},
55
"components": [],
6-
"serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b",
6+
"serialNumber": "urn:uuid:89f3a694-cd05-4041-8806-5962eeb7773f",
77
"version": 1,
88
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
99
"bomFormat": "CycloneDX",
10-
"specVersion": "1.5"
10+
"specVersion": "1.5",
11+
"vulnerabilities": []
1112
}

0 commit comments

Comments
 (0)