Skip to content

Commit 48d02a5

Browse files
release: 1.23.1
1 parent 3a4b30e commit 48d02a5

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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-
".": "1.23.0"
2+
".": "1.23.1"
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+
## 1.23.1 (2026-01-24)
4+
5+
Full Changelog: [v1.23.0...v1.23.1](https://github.com/e-invoice-be/e-invoice-py/compare/v1.23.0...v1.23.1)
6+
7+
### Chores
8+
9+
* **ci:** upgrade `actions/github-script` ([3a4b30e](https://github.com/e-invoice-be/e-invoice-py/commit/3a4b30e9b33b57bf56f2aff5e86dd71254c7e2fe))
10+
311
## 1.23.0 (2026-01-22)
412

513
Full Changelog: [v1.22.0...v1.23.0](https://github.com/e-invoice-be/e-invoice-py/compare/v1.22.0...v1.23.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 = "e-invoice-api"
3-
version = "1.23.0"
3+
version = "1.23.1"
44
description = "The official Python library for the e-invoice API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/e_invoice_api/_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__ = "e_invoice_api"
4-
__version__ = "1.23.0" # x-release-please-version
4+
__version__ = "1.23.1" # x-release-please-version

0 commit comments

Comments
 (0)