Skip to content

Commit

Permalink
release: 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 28, 2024
1 parent a98b037 commit 58bd8ee
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.39.1"
".": "1.40.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.40.0 (2024-01-28)

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

### Features

* **client:** enable follow redirects by default ([#150](https://github.com/orbcorp/orb-python/issues/150)) ([94c7376](https://github.com/orbcorp/orb-python/commit/94c737641bd7bd06c388ed8bb549e84a6ee35e61))


### Chores

* **internal:** add internal helpers ([#147](https://github.com/orbcorp/orb-python/issues/147)) ([bf87d8e](https://github.com/orbcorp/orb-python/commit/bf87d8e4067e77bfa2ace0f4c8904e4994c28996))
* **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))
* **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))


### Refactors

* remove unnecessary builtin import ([#149](https://github.com/orbcorp/orb-python/issues/149)) ([285bbc2](https://github.com/orbcorp/orb-python/commit/285bbc2397151118d8fdbf5b5475673566d4cba8))

## 1.39.1 (2024-01-18)

Full Changelog: [v1.39.0...v1.39.1](https://github.com/orbcorp/orb-python/compare/v1.39.0...v1.39.1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "orb-billing"
version = "1.39.1"
version = "1.40.0"
description = "The official Python library for the orb API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/orb/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "orb"
__version__ = "1.39.1" # x-release-please-version
__version__ = "1.40.0" # x-release-please-version

0 comments on commit 58bd8ee

Please sign in to comment.