Skip to content

Commit e0ed81a

Browse files
committed
Advanced to version 1.5.11.
1 parent ece7481 commit e0ed81a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/changelog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Change Log
22
==========
33

44

5+
Version 1.5.11
6+
--------------
7+
8+
Released 2023/12/26
9+
10+
Bug fix.
11+
12+
* Refined to enable the selection of the 3351-001 Accumulated Profit or Loss
13+
account.
14+
15+
516
Version 1.5.10
617
--------------
718

src/accounting/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from accounting.utils.user import UserUtilityInterface
2626

27-
VERSION: str = "1.5.10"
27+
VERSION: str = "1.5.11"
2828
"""The package version."""
2929
db: SQLAlchemy = SQLAlchemy()
3030
"""The database instance."""

0 commit comments

Comments
 (0)