diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index a5d14914c..7c2bb9092 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.13.0", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.13.1", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.0.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.1.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.13.0" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.13.1" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.13.0", + "purl": "pkg:github/mongodb/libmongocrypt@1.13.1", "type": "library", - "version": "1.13.0" + "version": "1.13.1" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.13.0" + "ref": "pkg:github/mongodb/libmongocrypt@1.13.1" } ], "metadata": { - "timestamp": "2025-03-17T23:00:23.984416+00:00", + "timestamp": "2025-04-01T19:53:54.393395+00:00", "tools": [ { "externalReferences": [ @@ -68,7 +68,7 @@ } ] }, - "serialNumber": "urn:uuid:c500f8af-9297-400c-9624-92eb9584a8aa", + "serialNumber": "urn:uuid:a5e0a753-031f-43e3-ac20-f39b878c46e1", "version": 1, "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", diff --git a/bindings/python/scripts/libmongocrypt-version.txt b/bindings/python/scripts/libmongocrypt-version.txt index feaae22ba..b50dd27dd 100644 --- a/bindings/python/scripts/libmongocrypt-version.txt +++ b/bindings/python/scripts/libmongocrypt-version.txt @@ -1 +1 @@ -1.13.0 +1.13.1 diff --git a/bindings/python/scripts/update-version.sh b/bindings/python/scripts/update-version.sh index 3bdb7b05e..7bb665446 100755 --- a/bindings/python/scripts/update-version.sh +++ b/bindings/python/scripts/update-version.sh @@ -11,7 +11,7 @@ fi LIBMONGOCRYPT_VERSION=$1 -echo $LIBMONGOCRYPT_VERSION > libmongocrypt-version.txt +echo $LIBMONGOCRYPT_VERSION > $SCRIPT_DIR/libmongocrypt-version.txt pushd $SCRIPT_DIR/.. if [ $(command -v podman) ]; then