Advanced to version 1.5.11.

This commit is contained in:
依瑪貓 2023-12-16 21:52:15 +08:00
parent ece7481e9e
commit e0ed81ad1f
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@ Change Log
========== ==========
Version 1.5.11
--------------
Released 2023/12/26
Bug fix.
* Refined to enable the selection of the 3351-001 Accumulated Profit or Loss
account.
Version 1.5.10 Version 1.5.10
-------------- --------------

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.10" VERSION: str = "1.5.11"
"""The package version.""" """The package version."""
db: SQLAlchemy = SQLAlchemy() db: SQLAlchemy = SQLAlchemy()
"""The database instance.""" """The database instance."""