Skip to content

Commit fa59ef6

Browse files
release: 1.26.0
1 parent 7f9712d commit fa59ef6

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-
".": "1.25.2"
2+
".": "1.26.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.26.0 (2026-05-20)
4+
5+
Full Changelog: [v1.25.2...v1.26.0](https://github.com/OneBusAway/python-sdk/compare/v1.25.2...v1.26.0)
6+
7+
### Features
8+
9+
* **api:** api update ([7f9712d](https://github.com/OneBusAway/python-sdk/commit/7f9712d23e5ddecb310ae8138b5a8357e69eafd4))
10+
* **internal/types:** support eagerly validating pydantic iterators ([48a9039](https://github.com/OneBusAway/python-sdk/commit/48a9039f0f206e11ad85df3bbe6487c1a95186aa))
11+
312
## 1.25.2 (2026-05-09)
413

514
Full Changelog: [v1.25.1...v1.25.2](https://github.com/OneBusAway/python-sdk/compare/v1.25.1...v1.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 = "onebusaway"
3-
version = "1.25.2"
3+
version = "1.26.0"
44
description = "The official Python library for the onebusaway-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/onebusaway/_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__ = "onebusaway"
4-
__version__ = "1.25.2" # x-release-please-version
4+
__version__ = "1.26.0" # x-release-please-version

0 commit comments

Comments
 (0)