Skip to content

Commit 9e8875f

Browse files
Merge pull request #351 from OneBusAway/release-please--branches--main--changes--next
release: 1.25.1
2 parents 2daf721 + 38f57ef commit 9e8875f

5 files changed

Lines changed: 13 additions & 5 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.0"
2+
".": "1.25.1"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-a30b0967ffed17b866dc65b5528148a06a42cce7c3c6d8f740ae2f6079963e7d.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-b625345de7b9c51744ddc6c75b8c37a159a536204481404cca91d7d6a859149d.yml
33
openapi_spec_hash: 9bf1e5bf00ef9936a9181ebd0956d5b8
44
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff

CHANGELOG.md

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

3+
## 1.25.1 (2026-05-01)
4+
5+
Full Changelog: [v1.25.0...v1.25.1](https://github.com/OneBusAway/python-sdk/compare/v1.25.0...v1.25.1)
6+
7+
### Chores
8+
9+
* **internal:** reformat pyproject.toml ([9a19e48](https://github.com/OneBusAway/python-sdk/commit/9a19e484b2c0db02c01c4bb33c249eeb5f4ad51d))
10+
311
## 1.25.0 (2026-04-28)
412

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onebusaway"
3-
version = "1.25.0"
3+
version = "1.25.1"
44
description = "The official Python library for the onebusaway-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
@@ -168,7 +168,7 @@ show_error_codes = true
168168
#
169169
# We also exclude our `tests` as mypy doesn't always infer
170170
# types correctly and Pyright will still catch any type errors.
171-
exclude = ['src/onebusaway/_files.py', '_dev/.*.py', 'tests/.*']
171+
exclude = ["src/onebusaway/_files.py", "_dev/.*.py", "tests/.*"]
172172

173173
strict_equality = true
174174
implicit_reexport = true

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.0" # x-release-please-version
4+
__version__ = "1.25.1" # x-release-please-version

0 commit comments

Comments
 (0)