Advanced to version 1.5.9.

This commit is contained in:
依瑪貓 2023-11-28 08:07:20 +08:00
parent d5719ad223
commit 79eb077129
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@ Change Log
========== ==========
Version 1.5.9
-------------
Released 2023/10/24
Bug fix.
* Refined to enable the selection of Accumulated Profit or Loss accounts other
than 3351-001, facilitating the consolidation of existing balances.
Version 1.5.8 Version 1.5.8
------------- -------------

View File

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