Advanced to version 1.5.2.

This commit is contained in:
依瑪貓 2023-04-30 06:39:53 +08:00
parent a732656746
commit 2969e83afe
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@ Change Log
==========
Version 1.5.2
-------------
Released 2023/4/30
* Fixed the error of the net balance in the unmatched offset list.
Version 1.5.1
-------------

View File

@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy
from accounting.utils.user import UserUtilityInterface
VERSION: str = "1.5.1"
VERSION: str = "1.5.2"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""