diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c523ce19..ba6c3483 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "0.1.0-alpha.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e015572..ea6e2b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,107 +1,27 @@ # Changelog -## 1.8.0 (2025-02-04) +## 0.1.0-alpha.1 (2025-02-04) -Full Changelog: [v1.7.0...v1.8.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.7.0...v1.8.0) - -### Features - -* **api:** update via SDK Studio ([#35](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/35)) ([7dd48a6](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/7dd48a6db45effaa20e9a3263d3c0b9b4803bef3)) - -## 1.7.0 (2025-02-04) - -Full Changelog: [v1.6.0...v1.7.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.6.0...v1.7.0) - -### Features - -* **api:** update via SDK Studio ([#33](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/33)) ([1a43ad3](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/1a43ad3644983ec2d83f2ed24e87142cf7088c28)) - - -### Chores - -* remove custom code ([67dfb3e](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/67dfb3e6cd1e11368ec1eb934f7004987014ec3c)) - -## 1.6.0 (2025-02-04) - -Full Changelog: [v1.5.0...v1.6.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.5.0...v1.6.0) - -### Features - -* **api:** update via SDK Studio ([#23](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/23)) ([b2bbdf6](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/b2bbdf640fa7b0b9163f0a7a6b8ab964cb2c1fa5)) - -## 1.5.0 (2025-02-04) - -Full Changelog: [v1.4.0...v1.5.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.4.0...v1.5.0) +Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1) ### Features * **api:** update via SDK Studio ([#10](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/10)) ([4fb75c8](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/4fb75c8c78c172cb0a80be304334803956968247)) * **api:** update via SDK Studio ([#12](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/12)) ([a363549](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/a3635498129383f20cae75014ad9720e18cc7ec6)) * **api:** update via SDK Studio ([#18](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/18)) ([5f5451c](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/5f5451cebcda05a40deef4104207be19e5f8e8ac)) +* **api:** update via SDK Studio ([#23](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/23)) ([b2bbdf6](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/b2bbdf640fa7b0b9163f0a7a6b8ab964cb2c1fa5)) +* **api:** update via SDK Studio ([#33](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/33)) ([9254242](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/9254242f08a8f3f0da2a3b101fd07776022487d4)) +* **api:** update via SDK Studio ([#35](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/35)) ([91c7c39](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/91c7c396731fc46c41a031b2235e0e9562acea8f)) +* **api:** update via SDK Studio ([#38](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/38)) ([bc32c04](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/bc32c04421def2b0a84a5def7f5a4bb08546d704)) +* **api:** update via SDK Studio ([#40](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/40)) ([801bbaa](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/801bbaaddaddba829cf554d8b0ee0bc4c229ee40)) +* **api:** update via SDK Studio ([#41](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/41)) ([fb611f9](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/fb611f97127b4b491884acf8ccd636ebea0e858c)) * **api:** update via SDK Studio ([#8](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/8)) ([312b657](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/312b657cf73569a314b3c64ed83521ca2bb576a5)) ### Chores * go live ([#1](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/1)) ([db8a29c](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/db8a29c23e871872bcfc26b15bc7e4b27b0b08b3)) +* remove custom code ([e685c86](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/e685c866f3f2b482e1d899a475a5d140ca134938)) +* sync repo ([cce7924](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/cce79248b7058f58c4fe7d98ea36ed534403c7a7)) * update SDK settings ([#3](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/3)) ([c5e3c22](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/c5e3c223ba6a7df56e290877e55c31e81c1d4b52)) * update SDK settings ([#5](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/5)) ([1e74403](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/1e744032bc5800bb1b4f97a703cfdd1a7a7dd922)) - -## 1.4.0 (2025-02-04) - -Full Changelog: [v1.3.0...v1.4.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.3.0...v1.4.0) - -### Features - -* **api:** update via SDK Studio ([#18](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/18)) ([0f710ec](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/0f710eccb1efe39a492b9c905b1d2c29ab8532b6)) - -## 1.3.0 (2025-02-04) - -Full Changelog: [v1.2.0...v1.3.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.2.0...v1.3.0) - -### Features - -* **api:** update via SDK Studio ([#10](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/10)) ([4fb75c8](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/4fb75c8c78c172cb0a80be304334803956968247)) -* **api:** update via SDK Studio ([#12](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/12)) ([a363549](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/a3635498129383f20cae75014ad9720e18cc7ec6)) -* **api:** update via SDK Studio ([#8](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/8)) ([312b657](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/312b657cf73569a314b3c64ed83521ca2bb576a5)) - - -### Chores - -* go live ([#1](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/1)) ([db8a29c](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/db8a29c23e871872bcfc26b15bc7e4b27b0b08b3)) -* update SDK settings ([#3](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/3)) ([c5e3c22](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/c5e3c223ba6a7df56e290877e55c31e81c1d4b52)) -* update SDK settings ([#5](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/5)) ([1e74403](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/1e744032bc5800bb1b4f97a703cfdd1a7a7dd922)) - -## 1.2.0 (2025-02-04) - -Full Changelog: [v1.1.0...v1.2.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.1.0...v1.2.0) - -### Features - -* **api:** update via SDK Studio ([#12](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/12)) ([a363549](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/a3635498129383f20cae75014ad9720e18cc7ec6)) - -## 1.1.0 (2025-02-04) - -Full Changelog: [v1.0.1...v1.1.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.0.1...v1.1.0) - -### Features - -* **api:** update via SDK Studio ([#10](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/10)) ([4fb75c8](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/4fb75c8c78c172cb0a80be304334803956968247)) -* **api:** update via SDK Studio ([#8](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/8)) ([312b657](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/312b657cf73569a314b3c64ed83521ca2bb576a5)) - -## 1.0.1 (2025-02-04) - -Full Changelog: [v1.0.0...v1.0.1](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.0.0...v1.0.1) - -### Chores - -* update SDK settings ([#5](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/5)) ([1e74403](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/1e744032bc5800bb1b4f97a703cfdd1a7a7dd922)) - -## 1.0.0 (2025-02-04) - -Full Changelog: [v0.0.1-alpha.0...v1.0.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v0.0.1-alpha.0...v1.0.0) - -### Chores - -* go live ([#1](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/1)) ([db8a29c](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/db8a29c23e871872bcfc26b15bc7e4b27b0b08b3)) -* update SDK settings ([#3](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/3)) ([c5e3c22](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/c5e3c223ba6a7df56e290877e55c31e81c1d4b52)) diff --git a/README.md b/README.md index 722adcc3..7a599b1c 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ 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 ```sh # install from PyPI -pip install brainbase-labs +pip install --pre brainbase-labs ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 5e7846e6..d439fa3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brainbase-labs" -version = "1.8.0" +version = "0.1.0-alpha.1" 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 70e7e1d3..0550757d 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__ = "1.8.0" # x-release-please-version +__version__ = "0.1.0-alpha.1" # x-release-please-version