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