We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a676e0 commit a9c4fa9Copy full SHA for a9c4fa9
docs/source/changelog.rst
@@ -2,6 +2,17 @@ Change Log
2
==========
3
4
5
+Version 1.5.6
6
+-------------
7
+
8
+Released 2023/5/23
9
10
+Bug fixes.
11
12
+* Fixed the return URI of the creation forms to decode the next URI.
13
+* Fixed the unmatched offset list to use the encoded next URI.
14
15
16
Version 1.5.5
17
-------------
18
src/accounting/__init__.py
@@ -24,7 +24,7 @@
24
25
from accounting.utils.user import UserUtilityInterface
26
27
-VERSION: str = "1.5.5"
+VERSION: str = "1.5.6"
28
"""The package version."""
29
db: SQLAlchemy = SQLAlchemy()
30
"""The database instance."""
0 commit comments