Skip to content

Commit 4822dc0

Browse files
release: 0.72.0
1 parent 09e406b commit 4822dc0

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.71.0"
2+
".": "0.72.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.72.0 (2024-10-01)
4+
5+
Full Changelog: [v0.71.0...v0.72.0](https://github.com/lithic-com/lithic-python/compare/v0.71.0...v0.72.0)
6+
7+
### Features
8+
9+
* **api:** rename `loan_tape_response.statement_balance` to `previous_statement_balance` ([#587](https://github.com/lithic-com/lithic-python/issues/587)) ([57b648e](https://github.com/lithic-com/lithic-python/commit/57b648e29e213d87b395421e5571f9b89cd640f1))
10+
11+
12+
### Documentation
13+
14+
* fix typo in fenced code block language ([#586](https://github.com/lithic-com/lithic-python/issues/586)) ([5e8dbb4](https://github.com/lithic-com/lithic-python/commit/5e8dbb42879f28d8437f7b8634c375ee8a8095e7))
15+
* improve and reference contributing documentation ([#584](https://github.com/lithic-com/lithic-python/issues/584)) ([aa350d9](https://github.com/lithic-com/lithic-python/commit/aa350d92d0a722303e24de3baedd2e4a126db583))
16+
317
## 0.71.0 (2024-10-01)
418

519
Full Changelog: [v0.70.0...v0.71.0](https://github.com/lithic-com/lithic-python/compare/v0.70.0...v0.71.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 = "lithic"
3-
version = "0.71.0"
3+
version = "0.72.0"
44
description = "The official Python library for the lithic API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/lithic/_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__ = "lithic"
4-
__version__ = "0.71.0" # x-release-please-version
4+
__version__ = "0.72.0" # x-release-please-version

0 commit comments

Comments
 (0)