Skip to content

Commit 3443c20

Browse files
release: 0.25.3
1 parent eab2dfe commit 3443c20

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.25.2"
2+
".": "0.25.3"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.25.3 (2026-05-07)
9+
10+
Full Changelog: [v0.25.2...v0.25.3](https://github.com/openlayer-ai/openlayer-python/compare/v0.25.2...v0.25.3)
11+
12+
### Chores
13+
14+
* **internal:** reformat pyproject.toml ([a59d4d2](https://github.com/openlayer-ai/openlayer-python/commit/a59d4d2175da1f47eb50a6b613ee05ace0ea524e))
15+
* **internal:** version bump ([e272859](https://github.com/openlayer-ai/openlayer-python/commit/e27285920326aec651bc5dcf0009ca2ad2cb5b2a))
16+
817
## 0.25.2 (2026-05-06)
918

1019
Full Changelog: [v0.25.1...v0.25.2](https://github.com/openlayer-ai/openlayer-python/compare/v0.25.1...v0.25.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openlayer"
3-
version = "0.25.2"
3+
version = "0.25.3"
44
description = "The official Python library for the openlayer API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openlayer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "openlayer"
4-
__version__ = "0.25.2" # x-release-please-version
4+
__version__ = "0.25.3" # x-release-please-version

0 commit comments

Comments
 (0)