Skip to content

Commit 5fe88f3

Browse files
committed
release: 0.19.2
1 parent e0b08f7 commit 5fe88f3

4 files changed

Lines changed: 11 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.1"
2+
".": "0.19.2"
33
}

CHANGELOG.md

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

3+
## 0.19.2 (2023-10-05)
4+
5+
Full Changelog: [v0.19.1...v0.19.2](https://github.com/lithic-com/lithic-python/compare/v0.19.1...v0.19.2)
6+
7+
### Features
8+
9+
* **api:** updates ([#179](https://github.com/lithic-com/lithic-python/issues/179)) ([c51c060](https://github.com/lithic-com/lithic-python/commit/c51c06045efd887584b31f212bac7f4b7dea88d8))
10+
311
## 0.19.1 (2023-10-03)
412

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

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.1"
3+
version = "0.19.2"
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.1" # x-release-please-version
4+
__version__ = "0.19.2" # x-release-please-version

0 commit comments

Comments
 (0)