Skip to content

Commit aa3b160

Browse files
release: 0.77.1
1 parent 75ec9cf commit aa3b160

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.77.0"
2+
".": "0.77.1"
33
}

CHANGELOG.md

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

3+
## 0.77.1 (2024-11-02)
4+
5+
Full Changelog: [v0.77.0...v0.77.1](https://github.com/lithic-com/lithic-python/compare/v0.77.0...v0.77.1)
6+
7+
### Bug Fixes
8+
9+
* don't use dicts as iterables in transform ([#615](https://github.com/lithic-com/lithic-python/issues/615)) ([65456d4](https://github.com/lithic-com/lithic-python/commit/65456d4c5131474d7c37232f0f09f4e497e1da80))
10+
11+
12+
### Chores
13+
14+
* **api:** adds `charge_off` functionality to FinancialAccounts ([#613](https://github.com/lithic-com/lithic-python/issues/613)) ([44895bb](https://github.com/lithic-com/lithic-python/commit/44895bb85c8ad0bf84c606312a0006e2a4312fe3))
15+
* **docs:** updates to documentation for V2 AuthRules ([#611](https://github.com/lithic-com/lithic-python/issues/611)) ([8931217](https://github.com/lithic-com/lithic-python/commit/8931217fd1d63933098b570d427af45e2c9e92cd))
16+
* **internal:** bump mypy ([#614](https://github.com/lithic-com/lithic-python/issues/614)) ([717b3f3](https://github.com/lithic-com/lithic-python/commit/717b3f3e45cae0b30468109c99278c6969b28a6e))
17+
318
## 0.77.0 (2024-10-28)
419

520
Full Changelog: [v0.76.0...v0.77.0](https://github.com/lithic-com/lithic-python/compare/v0.76.0...v0.77.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.77.0"
3+
version = "0.77.1"
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.77.0" # x-release-please-version
4+
__version__ = "0.77.1" # x-release-please-version

0 commit comments

Comments
 (0)