Skip to content

Commit 7606326

Browse files
release: 0.165.0
1 parent 0185e52 commit 7606326

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.164.0"
2+
".": "0.165.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.165.0 (2024-11-22)
4+
5+
Full Changelog: [v0.164.0...v0.165.0](https://github.com/Increase/increase-python/compare/v0.164.0...v0.165.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#845](https://github.com/Increase/increase-python/issues/845)) ([0185e52](https://github.com/Increase/increase-python/commit/0185e52a90d5996888fbb55d4723d716cd78f053))
10+
11+
12+
### Chores
13+
14+
* rebuild project due to codegen change ([#842](https://github.com/Increase/increase-python/issues/842)) ([b8debd2](https://github.com/Increase/increase-python/commit/b8debd216824e08c18fe7c4fb723bd29cdb22182))
15+
* rebuild project due to codegen change ([#844](https://github.com/Increase/increase-python/issues/844)) ([444f544](https://github.com/Increase/increase-python/commit/444f54490e20b448fd2ff4347bded5f14f09a5f1))
16+
317
## 0.164.0 (2024-11-14)
418

519
Full Changelog: [v0.163.0...v0.164.0](https://github.com/Increase/increase-python/compare/v0.163.0...v0.164.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.164.0"
3+
version = "0.165.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.164.0" # x-release-please-version
4+
__version__ = "0.165.0" # x-release-please-version

0 commit comments

Comments
 (0)