Skip to content

Commit 063de43

Browse files
committed
release: 1.40.0
1 parent bbb2b27 commit 063de43

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.39.1"
2+
".": "1.40.0"
33
}

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 1.40.0 (2024-01-30)
4+
5+
Full Changelog: [v1.39.1...v1.40.0](https://github.com/orbcorp/orb-python/compare/v1.39.1...v1.40.0)
6+
7+
### Features
8+
9+
* **api:** add `external_customer_id` ([#155](https://github.com/orbcorp/orb-python/issues/155)) ([0e74ce3](https://github.com/orbcorp/orb-python/commit/0e74ce35a735c8900b291a476b4099b3bed6bc64))
10+
* **client:** enable follow redirects by default ([#150](https://github.com/orbcorp/orb-python/issues/150)) ([94c7376](https://github.com/orbcorp/orb-python/commit/94c737641bd7bd06c388ed8bb549e84a6ee35e61))
11+
* **client:** support parsing custom response types ([#153](https://github.com/orbcorp/orb-python/issues/153)) ([da133ec](https://github.com/orbcorp/orb-python/commit/da133ec1c09a43ee47462862981864b0661aa3a2))
12+
13+
14+
### Chores
15+
16+
* **internal:** add internal helpers ([#147](https://github.com/orbcorp/orb-python/issues/147)) ([bf87d8e](https://github.com/orbcorp/orb-python/commit/bf87d8e4067e77bfa2ace0f4c8904e4994c28996))
17+
* **internal:** cast type in mocked test ([#154](https://github.com/orbcorp/orb-python/issues/154)) ([579cda7](https://github.com/orbcorp/orb-python/commit/579cda758208204d9817e8bfffed19e88f526aca))
18+
* **internal:** enable ruff type checking misuse lint rule ([#152](https://github.com/orbcorp/orb-python/issues/152)) ([a98b037](https://github.com/orbcorp/orb-python/commit/a98b037cc8689969a7f482a1476df3e280cb1696))
19+
* **internal:** support multipart data with overlapping keys ([#151](https://github.com/orbcorp/orb-python/issues/151)) ([988e720](https://github.com/orbcorp/orb-python/commit/988e72066d898cb2c86913a255d3cccc72e3aba5))
20+
21+
22+
### Refactors
23+
24+
* remove unnecessary builtin import ([#149](https://github.com/orbcorp/orb-python/issues/149)) ([285bbc2](https://github.com/orbcorp/orb-python/commit/285bbc2397151118d8fdbf5b5475673566d4cba8))
25+
326
## 1.39.1 (2024-01-18)
427

528
Full Changelog: [v1.39.0...v1.39.1](https://github.com/orbcorp/orb-python/compare/v1.39.0...v1.39.1)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orb-billing"
3-
version = "1.39.1"
3+
version = "1.40.0"
44
description = "The official Python library for the orb API"
55
readme = "README.md"
66
license = "Apache-2.0"

src/orb/_version.py

+1-1
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.39.1" # x-release-please-version
4+
__version__ = "1.40.0" # x-release-please-version

0 commit comments

Comments
 (0)