Skip to content

Commit fa3bc39

Browse files
committed
release: 1.42.2
1 parent 1a6d303 commit fa3bc39

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-
".": "1.42.1"
2+
".": "1.42.2"
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+
## 1.42.2 (2024-02-06)
4+
5+
Full Changelog: [v1.42.1...v1.42.2](https://github.com/orbcorp/orb-python/compare/v1.42.1...v1.42.2)
6+
7+
### Bug Fixes
8+
9+
* **types:** loosen most List params types to Iterable ([#167](https://github.com/orbcorp/orb-python/issues/167)) ([ee5959e](https://github.com/orbcorp/orb-python/commit/ee5959e48c748cd89010d8a4e74b9b366746dde9))
10+
11+
12+
### Chores
13+
14+
* **internal:** add lint command ([#166](https://github.com/orbcorp/orb-python/issues/166)) ([0cc21f7](https://github.com/orbcorp/orb-python/commit/0cc21f78e4a17364ad89917f5a9f32a4ecc039a3))
15+
* **internal:** support serialising iterable types ([#164](https://github.com/orbcorp/orb-python/issues/164)) ([246a496](https://github.com/orbcorp/orb-python/commit/246a496c589b015931f273912d31fefacfe08a93))
16+
317
## 1.42.1 (2024-02-04)
418

519
Full Changelog: [v1.42.0...v1.42.1](https://github.com/orbcorp/orb-python/compare/v1.42.0...v1.42.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 = "1.42.1"
3+
version = "1.42.2"
44
description = "The official Python library for the orb API"
55
readme = "README.md"
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.
22

33
__title__ = "orb"
4-
__version__ = "1.42.1" # x-release-please-version
4+
__version__ = "1.42.2" # x-release-please-version

0 commit comments

Comments
 (0)