Skip to content

Commit 50d4526

Browse files
committed
Advanced to version 1.5.10.
1 parent 3f0a0b4 commit 50d4526

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Change Log
22
==========
33

44

5+
Version 1.5.10
6+
--------------
7+
8+
Released 2023/11/28
9+
10+
Bug fix.
11+
12+
* Fixed the form validator to enable the selection of Accumulated Profit or
13+
Loss accounts other than 3351-001.
14+
15+
516
Version 1.5.9
617
-------------
718

src/accounting/__init__.py

Lines changed: 1 addition & 1 deletion
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.9"
27+
VERSION: str = "1.5.10"
2828
"""The package version."""
2929
db: SQLAlchemy = SQLAlchemy()
3030
"""The database instance."""

0 commit comments

Comments
 (0)