Skip to content

Commit 01c4f61

Browse files
blink1073mdb-ad
authored andcommitted
PYTHON-5402 Bundle libmongocrypt 1.14.1 and release (#1022)
1 parent cbdec41 commit 01c4f61

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

bindings/python/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Changes in Version 1.14.1
5+
-------------------------
6+
7+
- Bundle libmongocrypt 1.14.1 in release wheels.
8+
49
Changes in Version 1.14.0
510
-------------------------
611

bindings/python/pymongocrypt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.15.0.dev0"
15+
__version__ = "1.14.1"
1616

1717
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"

bindings/python/sbom.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/mongodb/[email protected].0",
4+
"bom-ref": "pkg:github/mongodb/[email protected].1",
55
"externalReferences": [
66
{
77
"type": "distribution",
8-
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.0.tar.gz"
8+
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.1.tar.gz"
99
},
1010
{
1111
"type": "website",
12-
"url": "https://github.com/mongodb/libmongocrypt/tree/1.14.0"
12+
"url": "https://github.com/mongodb/libmongocrypt/tree/1.14.1"
1313
}
1414
],
1515
"group": "mongodb",
1616
"name": "libmongocrypt",
17-
"purl": "pkg:github/mongodb/[email protected].0",
17+
"purl": "pkg:github/mongodb/[email protected].1",
1818
"type": "library",
19-
"version": "1.14.0"
19+
"version": "1.14.1"
2020
}
2121
],
2222
"dependencies": [
2323
{
24-
"ref": "pkg:github/mongodb/[email protected].0"
24+
"ref": "pkg:github/mongodb/[email protected].1"
2525
}
2626
],
2727
"metadata": {
28-
"timestamp": "2025-05-09T11:28:43.491146+00:00",
28+
"timestamp": "2025-06-03T14:42:56.012265+00:00",
2929
"tools": [
3030
{
3131
"externalReferences": [
@@ -68,7 +68,7 @@
6868
}
6969
]
7070
},
71-
"serialNumber": "urn:uuid:b71dea42-b188-4625-a48a-3b2a4c1cae8e",
71+
"serialNumber": "urn:uuid:aac36293-a6b5-4db7-b6df-eb8126c70662",
7272
"version": 1,
7373
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
7474
"bomFormat": "CycloneDX",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

0 commit comments

Comments
 (0)