update branch metadata

This commit is contained in:
Steven Silvester 2024-10-01 07:35:55 -05:00
parent 9df635f102
commit e4eb174ab6
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91
3 changed files with 14 additions and 13 deletions

View File

@ -18,8 +18,8 @@ env:
# Changes per repo
PRODUCT_NAME: PyMongo
# Changes per branch
SILK_ASSET_GROUP: mongodb-python-driver
EVERGREEN_PROJECT: mongo-python-driver
SILK_ASSET_GROUP: mongodb-python-driver-4.9
EVERGREEN_PROJECT: mongo-python-driver-prev-rel
defaults:
run:

View File

@ -18,7 +18,7 @@ from __future__ import annotations
import re
from typing import List, Tuple, Union
__version__ = "4.10.0.dev0"
__version__ = "4.9.2.dev0"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:

View File

@ -1,11 +1,12 @@
{
"metadata": {
"timestamp": "2024-05-02T17:36:12.698229+00:00"
},
"components": [],
"serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}
"metadata": {
"timestamp": "2024-10-01T12:34:39.553099+00:00"
},
"components": [],
"serialNumber": "urn:uuid:9f5890ab-1018-432f-a972-2b0928700527",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"vulnerabilities": []
}