Skip to content

Commit 795b36d

Browse files
committed
release: 1.40.0
1 parent 94c7376 commit 795b36d

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.39.1"
2+
".": "1.40.0"
33
}

CHANGELOG.md

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

3+
## 1.40.0 (2024-01-26)
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+
* **client:** enable follow redirects by default ([#150](https://github.com/orbcorp/orb-python/issues/150)) ([94c7376](https://github.com/orbcorp/orb-python/commit/94c737641bd7bd06c388ed8bb549e84a6ee35e61))
10+
11+
12+
### Chores
13+
14+
* **internal:** add internal helpers ([#147](https://github.com/orbcorp/orb-python/issues/147)) ([bf87d8e](https://github.com/orbcorp/orb-python/commit/bf87d8e4067e77bfa2ace0f4c8904e4994c28996))
15+
16+
17+
### Refactors
18+
19+
* remove unnecessary builtin import ([#149](https://github.com/orbcorp/orb-python/issues/149)) ([285bbc2](https://github.com/orbcorp/orb-python/commit/285bbc2397151118d8fdbf5b5475673566d4cba8))
20+
321
## 1.39.1 (2024-01-18)
422

523
Full Changelog: [v1.39.0...v1.39.1](https://github.com/orbcorp/orb-python/compare/v1.39.0...v1.39.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.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

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

0 commit comments

Comments
 (0)