From 5e0c4069bab187645919d1965e1b28f4054e46f1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:21:54 +0000 Subject: [PATCH] release: 0.2.0-alpha.37 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/openlayer/_version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2ab8ddb..c7ea920d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0-alpha.36" + ".": "0.2.0-alpha.37" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bd1c4a..5385abde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.2.0-alpha.37 (2024-11-12) + +Full Changelog: [v0.2.0-alpha.36...v0.2.0-alpha.37](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.36...v0.2.0-alpha.37) + +### Chores + +* **internal:** version bump ([#375](https://github.com/openlayer-ai/openlayer-python/issues/375)) ([837beff](https://github.com/openlayer-ai/openlayer-python/commit/837beffeccb357566a67c05f7840019192549174)) +* rebuild project due to codegen change ([#378](https://github.com/openlayer-ai/openlayer-python/issues/378)) ([e3dd8b7](https://github.com/openlayer-ai/openlayer-python/commit/e3dd8b7f1ee39c24f3c3fb1bc129566eca1faf9b)) +* rebuild project due to codegen change ([#379](https://github.com/openlayer-ai/openlayer-python/issues/379)) ([26f8219](https://github.com/openlayer-ai/openlayer-python/commit/26f8219cbc025d54c6ea86c0083705c53a66f14e)) + ## 0.2.0-alpha.36 (2024-11-04) Full Changelog: [v0.2.0-alpha.35...v0.2.0-alpha.36](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.35...v0.2.0-alpha.36) diff --git a/pyproject.toml b/pyproject.toml index 47715092..af8ce269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.2.0-alpha.36" +version = "0.2.0-alpha.37" description = "The official Python library for the openlayer API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/openlayer/_version.py b/src/openlayer/_version.py index c5384c3f..7394da09 100644 --- a/src/openlayer/_version.py +++ b/src/openlayer/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "openlayer" -__version__ = "0.2.0-alpha.36" # x-release-please-version +__version__ = "0.2.0-alpha.37" # x-release-please-version