diff --git a/bindings/python/CHANGELOG.rst b/bindings/python/CHANGELOG.rst index 7495e64cb..ba157e0e5 100644 --- a/bindings/python/CHANGELOG.rst +++ b/bindings/python/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog Changes in Version 1.19.0 ------------------------- -- Bundle libmongocrypt 1.20.3 in release wheels. +- Bundle libmongocrypt 1.20.4 in release wheels. - Renamed the ``text_opts`` parameter of ``ExplicitEncryptOpts`` and ``ExplicitEncrypter.encrypt`` to ``string_opts``, matching the "string" algorithm it configures. This is a breaking change. diff --git a/bindings/python/pymongocrypt/version.py b/bindings/python/pymongocrypt/version.py index 1e35ca4a5..9af77975f 100644 --- a/bindings/python/pymongocrypt/version.py +++ b/bindings/python/pymongocrypt/version.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.19.0.dev0" +__version__ = "1.19.0" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0" diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index 38f70536e..a1376ff6b 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.20.3", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.20.4", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/1.20.3.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/1.20.4.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.20.3" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.20.4" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.20.3", + "purl": "pkg:github/mongodb/libmongocrypt@1.20.4", "type": "library", - "version": "1.20.3" + "version": "1.20.4" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.20.3" + "ref": "pkg:github/mongodb/libmongocrypt@1.20.4" } ], "metadata": { - "timestamp": "2026-09-01T19:36:41.251137+00:00", + "timestamp": "2026-09-08T20:12:05.307426+00:00", "tools": [ { "externalReferences": [ @@ -68,7 +68,7 @@ } ] }, - "serialNumber": "urn:uuid:50e17ab8-6049-49b5-af28-3390a7aadc1e", + "serialNumber": "urn:uuid:c015c1f9-74b6-46fd-afeb-8152529693f0", "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 f5b00dc26..0bd54efd3 100644 --- a/bindings/python/scripts/libmongocrypt-version.txt +++ b/bindings/python/scripts/libmongocrypt-version.txt @@ -1 +1 @@ -1.20.3 +1.20.4