File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 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
2424defaults :
2525 run :
Original file line number Diff line number Diff line change 1818import re
1919from typing import List , Tuple , Union
2020
21- __version__ = "4.10.0 .dev0"
21+ __version__ = "4.9.2 .dev0"
2222
2323
2424def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments