Skip to content

Commit f057770

Browse files
release: 2.24.0
1 parent f07abd2 commit f057770

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-
".": "2.23.1"
2+
".": "2.24.0"
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+
## 2.24.0 (2025-01-21)
4+
5+
Full Changelog: [v2.23.1...v2.24.0](https://github.com/orbcorp/orb-python/compare/v2.23.1...v2.24.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#507](https://github.com/orbcorp/orb-python/issues/507)) ([62cb28f](https://github.com/orbcorp/orb-python/commit/62cb28f34cd5f729ac29a7531d749c92e1c98176))
10+
11+
12+
### Chores
13+
14+
* **internal:** minor style changes ([#506](https://github.com/orbcorp/orb-python/issues/506)) ([a515f42](https://github.com/orbcorp/orb-python/commit/a515f4224c1c1ccfa26bca120c1f04cd2c52831a))
15+
* **internal:** version bump ([#503](https://github.com/orbcorp/orb-python/issues/503)) ([af3a6ef](https://github.com/orbcorp/orb-python/commit/af3a6efffcd03a674f85e2c739974af4b9632617))
16+
317
## 2.23.1 (2025-01-20)
418

519
Full Changelog: [v2.23.0...v2.23.1](https://github.com/orbcorp/orb-python/compare/v2.23.0...v2.23.1)

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 = "2.23.1"
3+
version = "2.24.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__ = "2.23.1" # x-release-please-version
4+
__version__ = "2.24.0" # x-release-please-version

0 commit comments

Comments
 (0)