Skip to content

Commit bd6e663

Browse files
Merge pull request #355 from OneBusAway/release-please--branches--main--changes--next
release: 1.28.0
2 parents 6dc9efe + 98fc1ae commit bd6e663

7 files changed

Lines changed: 16 additions & 8 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.27.0"
2+
".": "1.28.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
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/open-transit-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml
3-
openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-e8511c379642404d73fd2ff068f81d845054108160ccd58343021bbd0b444a37.yml
3+
openapi_spec_hash: b8824d511c16ed314dc7cee996f4fd97
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.28.0 (2026-07-09)
4+
5+
Full Changelog: [v1.27.0...v1.28.0](https://github.com/OneBusAway/python-sdk/compare/v1.27.0...v1.28.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4350850](https://github.com/OneBusAway/python-sdk/commit/43508500388be040d86b690fe61d79b579a2037c))
10+
311
## 1.27.0 (2026-06-01)
412

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

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.27.0"
3+
version = "1.28.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.27.0" # x-release-please-version
4+
__version__ = "1.28.0" # x-release-please-version

src/onebusaway/resources/trips_for_location.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def list(
7474
to false.
7575
7676
include_trip: Whether to include full trip elements in the references section. Defaults to
77-
false.
77+
true.
7878
7979
time: Specific time for the query. Defaults to the current time.
8080
@@ -163,7 +163,7 @@ async def list(
163163
to false.
164164
165165
include_trip: Whether to include full trip elements in the references section. Defaults to
166-
false.
166+
true.
167167
168168
time: Specific time for the query. Defaults to the current time.
169169

src/onebusaway/types/trips_for_location_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TripsForLocationListParams(TypedDict, total=False):
3131
include_trip: Annotated[bool, PropertyInfo(alias="includeTrip")]
3232
"""Whether to include full trip elements in the references section.
3333
34-
Defaults to false.
34+
Defaults to true.
3535
"""
3636

3737
time: int

0 commit comments

Comments
 (0)