diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4e9013..6db19b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.17.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 244e8fa..c08d43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.17.0 (2024-02-19) + +Full Changelog: [v0.16.0...v0.17.0](https://github.com/Dataherald/dataherald-python/compare/v0.16.0...v0.17.0) + +### Features + +* Add initial Stainless SDK ([6609250](https://github.com/Dataherald/dataherald-python/commit/6609250456ab0823a593a5ba0d02273480ee2b3c)) +* Add initial Stainless SDK ([5bb16c7](https://github.com/Dataherald/dataherald-python/commit/5bb16c71c17bc7b284112e3b154d1d02baeb4694)) +* Add initial Stainless SDK ([4ef184a](https://github.com/Dataherald/dataherald-python/commit/4ef184a773477c504daa960910d01045d92b0640)) + + +### Chores + +* go live ([#40](https://github.com/Dataherald/dataherald-python/issues/40)) ([1bcb040](https://github.com/Dataherald/dataherald-python/commit/1bcb04011466fb4e338c416d23bfed1ebb2ab2e6)) + ## 0.16.0 (2024-01-24) Full Changelog: [v0.15.0...v0.16.0](https://github.com/Dataherald/dataherald-python/compare/v0.15.0...v0.16.0) diff --git a/bin/check-test-server b/bin/check-test-server old mode 100644 new mode 100755 diff --git a/bin/test b/bin/test old mode 100644 new mode 100755 diff --git a/pyproject.toml b/pyproject.toml index db8afaa..b029e57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dataherald" -version = "0.16.0" +version = "0.17.0" description = "The official Python library for the Dataherald API" readme = "README.md" license = "Apache-2.0" diff --git a/src/dataherald/_version.py b/src/dataherald/_version.py index c7dd448..4225dea 100644 --- a/src/dataherald/_version.py +++ b/src/dataherald/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "dataherald" -__version__ = "0.16.0" # x-release-please-version +__version__ = "0.17.0" # x-release-please-version