From 3ae3d6f3c42b706ce9e640f399723fe0165cfffd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:19:15 +0000 Subject: [PATCH 1/2] feat(api): update via SDK Studio (#47) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9edc6f..1cb07b51 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/). ## Documentation -The REST API documentation can be found on [docs.brainbase.com](https://docs.brainbase.com). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [docs.usebrainbase.com](https://docs.usebrainbase.com). The full API of this library can be found in [api.md](api.md). ## Installation From 6f9f5c35d2aa4340c4af422f4f0c454c2a63e9b1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:19:31 +0000 Subject: [PATCH 2/2] release: 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/brainbase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65f558e7..656a2ef1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 824c12b5..9ac18cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.0 (2025-02-04) + +Full Changelog: [v2.0.0...v2.1.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v2.0.0...v2.1.0) + +### Features + +* **api:** update via SDK Studio ([#47](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/47)) ([3ae3d6f](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/3ae3d6f3c42b706ce9e640f399723fe0165cfffd)) + ## 2.0.0 (2025-02-04) Full Changelog: [v0.1.0-alpha.1...v2.0.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v0.1.0-alpha.1...v2.0.0) diff --git a/pyproject.toml b/pyproject.toml index 979b666c..de810e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brainbase-labs" -version = "2.0.0" +version = "2.1.0" description = "The official Python library for the brainbase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/brainbase/_version.py b/src/brainbase/_version.py index db009afc..006511eb 100644 --- a/src/brainbase/_version.py +++ b/src/brainbase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "brainbase" -__version__ = "2.0.0" # x-release-please-version +__version__ = "2.1.0" # x-release-please-version