Skip to content

Commit 4efe2bf

Browse files
release: 1.25.0
1 parent 38c7369 commit 4efe2bf

4 files changed

Lines changed: 16 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.24.3"
2+
".": "1.25.0"
33
}

CHANGELOG.md

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

3+
## 1.25.0 (2026-04-28)
4+
5+
Full Changelog: [v1.24.3...v1.25.0](https://github.com/OneBusAway/python-sdk/compare/v1.24.3...v1.25.0)
6+
7+
### Features
8+
9+
* support setting headers via env ([38c7369](https://github.com/OneBusAway/python-sdk/commit/38c736980e00e2981103c27070dbe0326d5c5a01))
10+
11+
12+
### Bug Fixes
13+
14+
* use correct field name format for multipart file arrays ([a78b44f](https://github.com/OneBusAway/python-sdk/commit/a78b44f9978f721abc79ad12538c03c68032d137))
15+
316
## 1.24.3 (2026-04-23)
417

518
Full Changelog: [v1.24.2...v1.24.3](https://github.com/OneBusAway/python-sdk/compare/v1.24.2...v1.24.3)

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.24.3"
3+
version = "1.25.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.24.3" # x-release-please-version
4+
__version__ = "1.25.0" # x-release-please-version

0 commit comments

Comments
 (0)