Skip to content

Commit 2322da9

Browse files
release: 4.11.1
1 parent ed14985 commit 2322da9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.11.0"
2+
".": "4.11.1"
33
}

CHANGELOG.md

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

3+
## 4.11.1 (2025-08-29)
4+
5+
Full Changelog: [v4.11.0...v4.11.1](https://github.com/orbcorp/orb-python/compare/v4.11.0...v4.11.1)
6+
7+
### Bug Fixes
8+
9+
* avoid newer type syntax ([ed14985](https://github.com/orbcorp/orb-python/commit/ed1498501df2c509468c09ff5ba8bce65075da95))
10+
11+
12+
### Chores
13+
14+
* **internal:** change ci workflow machines ([8bbb971](https://github.com/orbcorp/orb-python/commit/8bbb9719f7691b5df47372534a244bcb1d3694b4))
15+
* **internal:** codegen related update ([dc31ae3](https://github.com/orbcorp/orb-python/commit/dc31ae311d333c6c3fb9c737c320f20e5f172c84))
16+
317
## 4.11.0 (2025-07-30)
418

519
Full Changelog: [v4.10.0...v4.11.0](https://github.com/orbcorp/orb-python/compare/v4.10.0...v4.11.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.11.0"
3+
version = "4.11.1"
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.11.0" # x-release-please-version
4+
__version__ = "4.11.1" # x-release-please-version

0 commit comments

Comments
 (0)