Skip to content

Commit 961a9f6

Browse files
author
semantic-release
committed
0.1.59
Automatically generated by python-semantic-release
1 parent eb4b55c commit 961a9f6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## v0.1.59 (2025-09-10)
4+
5+
### Bug fixes
6+
7+
- Update dependency cyclopts to v3.24.0 (#140) ([`eb4b55c`](https://github.com/34j/aoiro/commit/eb4b55cd948dc54a1679446d574c23a8e9c1f4fb))
8+
39
## v0.1.58 (2025-09-02)
410

511
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Aoiro"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "0.1.58"
18+
release = "0.1.59"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=1.0.0" ]
44

55
[tool.poetry]
66
name = "aoiro"
7-
version = "0.1.58"
7+
version = "0.1.59"
88
description = "CSV-based 青色申告 CLI app"
99
authors = [ "34j <34j.github@proton.me>" ]
1010
license = "AGPL-3.0-only"

src/aoiro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.58"
1+
__version__ = "0.1.59"
22
from ._ledger import (
33
GeneralLedgerLine,
44
GeneralLedgerLineImpl,

0 commit comments

Comments
 (0)