Skip to content

Commit 1715fbf

Browse files
release: 1.9.0
1 parent e9f7e43 commit 1715fbf

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.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.8.6"
2+
".": "1.9.0"
33
}

CHANGELOG.md

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

3+
## 1.9.0 (2025-05-15)
4+
5+
Full Changelog: [v1.8.6...v1.9.0](https://github.com/OneBusAway/python-sdk/compare/v1.8.6...v1.9.0)
6+
7+
### Features
8+
9+
* **client:** support digest authentication ([a25538d](https://github.com/OneBusAway/python-sdk/commit/a25538d18ac2ac8290b36c8c343e338a903322dd))
10+
11+
12+
### Chores
13+
14+
* **client:** minor internal fixes ([fa30df7](https://github.com/OneBusAway/python-sdk/commit/fa30df71bd95656381bea7fea573a1edba600317))
15+
* **internal:** base client updates ([0573875](https://github.com/OneBusAway/python-sdk/commit/0573875ce38e91c1d4d4fe40990c2a67c1233755))
16+
* **internal:** bump pyright version ([c1e9fa7](https://github.com/OneBusAway/python-sdk/commit/c1e9fa7703a157534f210f5db957db249670d019))
17+
* **internal:** update pyright settings ([40b2eed](https://github.com/OneBusAway/python-sdk/commit/40b2eed8f31eef7ca1e64f1e84be7a2183ebfda7))
18+
319
## 1.8.6 (2025-05-15)
420

521
Full Changelog: [v1.8.5...v1.8.6](https://github.com/OneBusAway/python-sdk/compare/v1.8.5...v1.8.6)

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.8.6"
3+
version = "1.9.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.8.6" # x-release-please-version
4+
__version__ = "1.9.0" # x-release-please-version

0 commit comments

Comments
 (0)