Skip to content

Commit a9c4fa9

Browse files
committed
Advanced to version 1.5.6.
1 parent 3a676e0 commit a9c4fa9

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.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+
516
Version 1.5.5
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.5"
27+
VERSION: str = "1.5.6"
2828
"""The package version."""
2929
db: SQLAlchemy = SQLAlchemy()
3030
"""The database instance."""

0 commit comments

Comments
 (0)