Skip to content

Commit f9620c0

Browse files
release: 0.177.1
1 parent d4f1878 commit f9620c0

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.177.0"
2+
".": "0.177.1"
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.177.1 (2025-01-20)
4+
5+
Full Changelog: [v0.177.0...v0.177.1](https://github.com/Increase/increase-python/compare/v0.177.0...v0.177.1)
6+
7+
### Bug Fixes
8+
9+
* **tests:** make test_get_platform less flaky ([#915](https://github.com/Increase/increase-python/issues/915)) ([190d629](https://github.com/Increase/increase-python/commit/190d6297f458a6ef4087e0b2637f0b8755e0dd05))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump pyright dependency ([#912](https://github.com/Increase/increase-python/issues/912)) ([b855922](https://github.com/Increase/increase-python/commit/b85592231974a4b1de78c1169d7eaada609c6720))
15+
16+
17+
### Documentation
18+
19+
* **raw responses:** fix duplicate `the` ([#914](https://github.com/Increase/increase-python/issues/914)) ([e0d35cb](https://github.com/Increase/increase-python/commit/e0d35cbc3cc25d522e4a33fa1a9aac79d48e9c07))
20+
321
## 0.177.0 (2025-01-14)
422

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

0 commit comments

Comments
 (0)