Skip to content

Commit e5e5b6d

Browse files
release: 4.28.0
1 parent 7d3610c commit e5e5b6d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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-
".": "4.27.0"
2+
".": "4.28.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+
## 4.28.0 (2025-10-17)
4+
5+
Full Changelog: [v4.27.0...v4.28.0](https://github.com/orbcorp/orb-python/compare/v4.27.0...v4.28.0)
6+
7+
### Features
8+
9+
* **api:** api update ([7d3610c](https://github.com/orbcorp/orb-python/commit/7d3610c1cfb01912098febdfce8148e36811fac5))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([e5d3c14](https://github.com/orbcorp/orb-python/commit/e5d3c14ead233cb6a49277d20fc1a71123a7a744))
15+
316
## 4.27.0 (2025-10-15)
417

518
Full Changelog: [v4.26.0...v4.27.0](https://github.com/orbcorp/orb-python/compare/v4.26.0...v4.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 = "orb-billing"
3-
version = "4.27.0"
3+
version = "4.28.0"
44
description = "The official Python library for the orb API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/orb/_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__ = "orb"
4-
__version__ = "4.27.0" # x-release-please-version
4+
__version__ = "4.28.0" # x-release-please-version

0 commit comments

Comments
 (0)