diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82f5ad9..75e8a66 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.13.0" + ".": "3.14.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 10bd25b..f131276 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 26 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-7bde50443b5167e6632b8fe4599e36f6fdce9ec4389f63e9916a842e38461d2f.yml -openapi_spec_hash: ab3072f4575ce6a27e17e32a98b416bd +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-00c63196a0d368b4f32efcf1bbd2d594fdc8a42a0c0a58a8e316a3ab03ac10a6.yml +openapi_spec_hash: 012afff66351582e55dfd692397f2a23 config_hash: a69d5c502ffbfb11a2c8ec61ca5823e9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ff0be..b714bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.14.0 (2026-01-05) + +Full Changelog: [v3.13.0...v3.14.0](https://github.com/supermemoryai/python-sdk/compare/v3.13.0...v3.14.0) + +### Features + +* **api:** api update ([a3f0230](https://github.com/supermemoryai/python-sdk/commit/a3f02302f1367d3c1debc81d9a9038ec1c330c85)) + ## 3.13.0 (2025-12-29) Full Changelog: [v3.12.1...v3.13.0](https://github.com/supermemoryai/python-sdk/compare/v3.12.1...v3.13.0) diff --git a/LICENSE b/LICENSE index 1e1c11c..cfd175b 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Supermemory + Copyright 2026 Supermemory Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index 70397c3..7b2a15e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supermemory" -version = "3.13.0" +version = "3.14.0" description = "The official Python library for the supermemory API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/supermemory/_version.py b/src/supermemory/_version.py index 32813e5..1ea189c 100644 --- a/src/supermemory/_version.py +++ b/src/supermemory/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "supermemory" -__version__ = "3.13.0" # x-release-please-version +__version__ = "3.14.0" # x-release-please-version