Skip to content

Commit 0292002

Browse files
release: 0.204.0
1 parent 1f6d141 commit 0292002

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.203.0"
2+
".": "0.204.0"
33
}

CHANGELOG.md

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

3+
## 0.204.0 (2025-03-11)
4+
5+
Full Changelog: [v0.203.0...v0.204.0](https://github.com/Increase/increase-python/compare/v0.203.0...v0.204.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#1011](https://github.com/Increase/increase-python/issues/1011)) ([2875b0d](https://github.com/Increase/increase-python/commit/2875b0d69a367da5c5837ff303fd56dac0d50470))
10+
* **api:** api update ([#1014](https://github.com/Increase/increase-python/issues/1014)) ([1f6d141](https://github.com/Increase/increase-python/commit/1f6d141d1089bfe9364e25bbeb9014e300555c72))
11+
312
## 0.203.0 (2025-03-04)
413

514
Full Changelog: [v0.202.0...v0.203.0](https://github.com/Increase/increase-python/compare/v0.202.0...v0.203.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.203.0"
3+
version = "0.204.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.203.0" # x-release-please-version
4+
__version__ = "0.204.0" # x-release-please-version

0 commit comments

Comments
 (0)