Skip to content

Commit 4e869b6

Browse files
committed
chore(main): release 0.8.1
1 parent 1dfdbc0 commit 4e869b6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/Increase/increase-python/compare/v0.8.0...v0.8.1) (2023-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin pydantic to less than v2.0 ([#29](https://github.com/Increase/increase-python/issues/29)) ([1dfdbc0](https://github.com/Increase/increase-python/commit/1dfdbc0a1463f651c8ca35b3fcde3704a43b6a33))
9+
310
## [0.8.0](https://github.com/Increase/increase-python/compare/v0.7.1...v0.8.0) (2023-06-29)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "increase"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Client library for the increase API"
55
readme = "README.md"
66
authors = ["Increase <dev-feedback@increase.com>"]

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.
22

33
__title__ = "increase"
4-
__version__ = "0.8.0" # x-release-please-version
4+
__version__ = "0.8.1" # x-release-please-version

0 commit comments

Comments
 (0)