From 4238a0d54268420479432ed8605e9c1ad1b6dbd5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 3 Jun 2026 16:18:45 -0500 Subject: [PATCH] PYTHON-5836 Prep for 1.18.1 release --- bindings/python/CHANGELOG.rst | 5 +++++ bindings/python/pymongocrypt/version.py | 2 +- bindings/python/sbom.json | 16 ++++++++-------- .../python/scripts/libmongocrypt-version.txt | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/bindings/python/CHANGELOG.rst b/bindings/python/CHANGELOG.rst index d12c0c577..a70c34d22 100644 --- a/bindings/python/CHANGELOG.rst +++ b/bindings/python/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +Changes in Version 1.18.1 +------------------------- + +- Bundle libmongocrypt 1.18.2 in release wheels. + Changes in Version 1.18.0 ------------------------- diff --git a/bindings/python/pymongocrypt/version.py b/bindings/python/pymongocrypt/version.py index 1e35ca4a5..cd1149c2c 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.18.1" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0" diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index df8d19f04..f0b61f340 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.18.1", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.18.2", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/1.18.1.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/1.18.2.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.18.1" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.18.2" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.18.1", + "purl": "pkg:github/mongodb/libmongocrypt@1.18.2", "type": "library", - "version": "1.18.1" + "version": "1.18.2" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.18.1" + "ref": "pkg:github/mongodb/libmongocrypt@1.18.2" } ], "metadata": { - "timestamp": "2026-05-08T13:02:11.869716+00:00", + "timestamp": "2026-06-03T00:00:00.000000+00:00", "tools": [ { "externalReferences": [ @@ -68,7 +68,7 @@ } ] }, - "serialNumber": "urn:uuid:d525e7f1-99ec-4504-862d-920e2f577c3b", + "serialNumber": "urn:uuid:fb7d4662-fe2d-495c-944f-034982ccc517", "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 ec6d649be..b57fc7228 100644 --- a/bindings/python/scripts/libmongocrypt-version.txt +++ b/bindings/python/scripts/libmongocrypt-version.txt @@ -1 +1 @@ -1.18.1 +1.18.2