Skip to content

Commit e4eb174

Browse files
committed
update branch metadata
1 parent 9df635f commit e4eb174

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
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.9
22+
EVERGREEN_PROJECT: mongo-python-driver-prev-rel
2323

2424
defaults:
2525
run:

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

2323

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

sbom.json

Lines changed: 11 additions & 10 deletions
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": "2024-10-01T12:34:39.553099+00:00"
4+
},
5+
"components": [],
6+
"serialNumber": "urn:uuid:9f5890ab-1018-432f-a972-2b0928700527",
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)