diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1dfd8ec8..344687e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0-alpha.50" + ".": "0.2.0-alpha.51" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a98c5dbc..af69569e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.51 (2025-04-04) + +Full Changelog: [v0.2.0-alpha.50...v0.2.0-alpha.51](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.50...v0.2.0-alpha.51) + +### Chores + +* **internal:** remove trailing character ([#445](https://github.com/openlayer-ai/openlayer-python/issues/445)) ([6ccac8e](https://github.com/openlayer-ai/openlayer-python/commit/6ccac8e6d3eee06c4f1241f4dc0a9104a48d1841)) + ## 0.2.0-alpha.50 (2025-04-02) Full Changelog: [v0.2.0-alpha.49...v0.2.0-alpha.50](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.49...v0.2.0-alpha.50) diff --git a/pyproject.toml b/pyproject.toml index b6092a3c..16ba12c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.2.0-alpha.50" +version = "0.2.0-alpha.51" 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 c6422f6b..73709ebe 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.50" # x-release-please-version +__version__ = "0.2.0-alpha.51" # x-release-please-version diff --git a/tests/test_client.py b/tests/test_client.py index 21637f11..265760da 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1815,7 +1815,7 @@ def test_get_platform(self) -> None: import threading from openlayer._utils import asyncify - from openlayer._base_client import get_platform + from openlayer._base_client import get_platform async def test_main() -> None: result = await asyncify(get_platform)()