From 2590e631abdef6d550d8b4f01238bdf320a3573c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 23:10:41 +0000 Subject: [PATCH] release: 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/dataherald/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4208b5c..1b77f50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5b152..1b087c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.0 (2024-01-04) + +Full Changelog: [v0.6.0...v0.7.0](https://github.com/Dataherald/dataherald-python/compare/v0.6.0...v0.7.0) + +### Features + +* **api:** OpenAPI spec update ([#14](https://github.com/Dataherald/dataherald-python/issues/14)) ([07eb0bf](https://github.com/Dataherald/dataherald-python/commit/07eb0bf0fd489baed33c7467ccc6226216803077)) + ## 0.6.0 (2024-01-04) Full Changelog: [v0.5.0...v0.6.0](https://github.com/Dataherald/dataherald-python/compare/v0.5.0...v0.6.0) diff --git a/pyproject.toml b/pyproject.toml index da00aab..83949f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dataherald" -version = "0.6.0" +version = "0.7.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 b628454..7cb9828 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.6.0" # x-release-please-version +__version__ = "0.7.0" # x-release-please-version