Skip to content

Commit 4e5ef4c

Browse files
release: 0.167.0
1 parent f3efee1 commit 4e5ef4c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.166.0"
2+
".": "0.167.0"
33
}

CHANGELOG.md

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

3+
## 0.167.0 (2024-12-09)
4+
5+
Full Changelog: [v0.166.0...v0.167.0](https://github.com/Increase/increase-python/compare/v0.166.0...v0.167.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#862](https://github.com/Increase/increase-python/issues/862)) ([16f7ea2](https://github.com/Increase/increase-python/commit/16f7ea203f2a33d3b9f40a7d2a71c535c78d2536))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump pydantic dependency ([#859](https://github.com/Increase/increase-python/issues/859)) ([9671540](https://github.com/Increase/increase-python/commit/96715402bb54430a3e37a000f9fa3a092e310e9e))
15+
16+
17+
### Documentation
18+
19+
* **readme:** fix http client proxies example ([#861](https://github.com/Increase/increase-python/issues/861)) ([426b32c](https://github.com/Increase/increase-python/commit/426b32c2e60f38f123d05d40a3a8ec5db4fc0aee))
20+
321
## 0.166.0 (2024-12-04)
422

523
Full Changelog: [v0.165.1...v0.166.0](https://github.com/Increase/increase-python/compare/v0.165.1...v0.166.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.166.0"
3+
version = "0.167.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.166.0" # x-release-please-version
4+
__version__ = "0.167.0" # x-release-please-version

0 commit comments

Comments
 (0)