diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfc26f9c..4191c889 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c96b72d6..fd3d7ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.0.0 (2025-02-04) + +Full Changelog: [v2.2.0...v3.0.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v2.2.0...v3.0.0) + +### Features + +* **api:** update via SDK Studio ([#55](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/55)) ([21dbb8d](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/21dbb8db01ce953e1154f77ac1cc795ba727cf4c)) + ## 2.2.0 (2025-02-04) Full Changelog: [v2.1.0...v2.2.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v2.1.0...v2.2.0) diff --git a/README.md b/README.md index 140c6f48..33ff2fa4 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.usebrainbase.com](https://docs.usebrainbase.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.xyz](https://docs.usebrainbase.xyz). The full API of this library can be found in [api.md](api.md). ## Installation diff --git a/pyproject.toml b/pyproject.toml index 1b84e83a..ccc6571d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brainbase-labs" -version = "2.2.0" +version = "3.0.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 e1e891e2..1caf0851 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.2.0" # x-release-please-version +__version__ = "3.0.0" # x-release-please-version