Skip to content

Commit 3979224

Browse files
committed
release: 0.19.1
1 parent 774e557 commit 3979224

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.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.19.0"
2+
".": "0.19.1"
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.19.1 (2023-10-03)
4+
5+
Full Changelog: [v0.19.0...v0.19.1](https://github.com/lithic-com/lithic-python/compare/v0.19.0...v0.19.1)
6+
7+
### Features
8+
9+
* **client:** handle retry-after header with a date format ([#176](https://github.com/lithic-com/lithic-python/issues/176)) ([3d6fbc8](https://github.com/lithic-com/lithic-python/commit/3d6fbc8de998bf1f5694bddf2e533b0ec5decdbd))
10+
11+
12+
### Chores
13+
14+
* **ci:** remove reviewer ([#175](https://github.com/lithic-com/lithic-python/issues/175)) ([b9778de](https://github.com/lithic-com/lithic-python/commit/b9778de4087a8d41680cc36c82606a03ba508814))
15+
* **tests:** update test examples ([#178](https://github.com/lithic-com/lithic-python/issues/178)) ([4f4d48e](https://github.com/lithic-com/lithic-python/commit/4f4d48e41d25a6d0ff47121405430ccdf4e8b5ce))
16+
317
## 0.19.0 (2023-09-29)
418

519
Full Changelog: [v0.18.6...v0.19.0](https://github.com/lithic-com/lithic-python/compare/v0.18.6...v0.19.0)

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 = "lithic"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Client library for the lithic API"
55
readme = "README.md"
66
authors = ["Lithic <sdk-feedback@lithic.com>"]

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

33
__title__ = "lithic"
4-
__version__ = "0.19.0" # x-release-please-version
4+
__version__ = "0.19.1" # x-release-please-version

0 commit comments

Comments
 (0)