Skip to content

Commit 2294e06

Browse files
release: 0.417.0
1 parent 17e3643 commit 2294e06

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.416.0"
2+
".": "0.417.0"
33
}

CHANGELOG.md

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

3+
## 0.417.0 (2025-12-26)
4+
5+
Full Changelog: [v0.416.0...v0.417.0](https://github.com/Increase/increase-python/compare/v0.416.0...v0.417.0)
6+
7+
### Features
8+
9+
* **api:** api update ([17e3643](https://github.com/Increase/increase-python/commit/17e3643fb3af983a6bc730097aa1fcde987b1b87))
10+
* **api:** api update ([e858da5](https://github.com/Increase/increase-python/commit/e858da5079a61f75022728757ac00508f1e74946))
11+
* **api:** api update ([2c6557c](https://github.com/Increase/increase-python/commit/2c6557c60b60ee0e2535f29c05e00333ca09435d))
12+
* **api:** api update ([8894aea](https://github.com/Increase/increase-python/commit/8894aea5a61f7b9b1551827e6ceae12a8c8d9bef))
13+
14+
15+
### Bug Fixes
16+
17+
* use async_to_httpx_files in patch method ([d547dac](https://github.com/Increase/increase-python/commit/d547dac930116c8b431a3f265753352f3f8fa38a))
18+
19+
20+
### Chores
21+
22+
* **internal:** add `--fix` argument to lint script ([e301f82](https://github.com/Increase/increase-python/commit/e301f82596a7bc2cece91e7defe42df9d1f749d3))
23+
* speedup initial import ([d9fe2b3](https://github.com/Increase/increase-python/commit/d9fe2b30e763a7cbfb225e53df81e4e6f06b926d))
24+
325
## 0.416.0 (2025-12-16)
426

527
Full Changelog: [v0.415.0...v0.416.0](https://github.com/Increase/increase-python/compare/v0.415.0...v0.416.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "increase"
3-
version = "0.416.0"
3+
version = "0.417.0"
44
description = "The official Python library for the increase API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/increase/_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__ = "increase"
4-
__version__ = "0.416.0" # x-release-please-version
4+
__version__ = "0.417.0" # x-release-please-version

0 commit comments

Comments
 (0)