Skip to content

Commit e262d6b

Browse files
release: 0.374.0
1 parent f0ad754 commit e262d6b

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-
".": "0.373.0"
2+
".": "0.374.0"
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+
## 0.374.0 (2025-10-30)
4+
5+
Full Changelog: [v0.373.0...v0.374.0](https://github.com/Increase/increase-python/compare/v0.373.0...v0.374.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d705fa1](https://github.com/Increase/increase-python/commit/d705fa1a03274a1b31c73f40e5754445d4503184))
10+
* **api:** api update ([da7b55d](https://github.com/Increase/increase-python/commit/da7b55d2191378721e1ebf49acfde8e8b4dacbda))
11+
12+
13+
### Chores
14+
15+
* **internal/tests:** avoid race condition with implicit client cleanup ([41a58d4](https://github.com/Increase/increase-python/commit/41a58d40928ab6392025af88b54b83a0ad2f37de))
16+
317
## 0.373.0 (2025-10-29)
418

519
Full Changelog: [v0.372.0...v0.373.0](https://github.com/Increase/increase-python/compare/v0.372.0...v0.373.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.373.0"
3+
version = "0.374.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.373.0" # x-release-please-version
4+
__version__ = "0.374.0" # x-release-please-version

0 commit comments

Comments
 (0)