We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0a0b4 commit 50d4526Copy full SHA for 50d4526
docs/source/changelog.rst
@@ -2,6 +2,17 @@ Change Log
2
==========
3
4
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
16
Version 1.5.9
17
-------------
18
src/accounting/__init__.py
@@ -24,7 +24,7 @@
24
25
from accounting.utils.user import UserUtilityInterface
26
27
-VERSION: str = "1.5.9"
+VERSION: str = "1.5.10"
28
"""The package version."""
29
db: SQLAlchemy = SQLAlchemy()
30
"""The database instance."""
0 commit comments