Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: 0.23.1
Browse files Browse the repository at this point in the history
stainless-bot committed Nov 8, 2023
1 parent c95e537 commit 7bfa0af
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.0"
".": "0.23.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.23.1 (2023-11-08)

Full Changelog: [v0.23.0...v0.23.1](https://github.com/lithic-com/lithic-python/compare/v0.23.0...v0.23.1)

### Chores

* **internal:** improve github devcontainer setup ([#239](https://github.com/lithic-com/lithic-python/issues/239)) ([c95e537](https://github.com/lithic-com/lithic-python/commit/c95e5374ff981d8249b77bfc2d1476eb1181d278))

## 0.23.0 (2023-11-08)

Full Changelog: [v0.22.2...v0.23.0](https://github.com/lithic-com/lithic-python/compare/v0.22.2...v0.23.0)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lithic"
version = "0.23.0"
version = "0.23.1"
description = "Client library for the lithic API"
readme = "README.md"
license = "Apache-2.0"
2 changes: 1 addition & 1 deletion src/lithic/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "lithic"
__version__ = "0.23.0" # x-release-please-version
__version__ = "0.23.1" # x-release-please-version

0 comments on commit 7bfa0af

Please sign in to comment.