Advanced to version 1.5.4.

This commit is contained in:
2023-05-18 00:06:16 +08:00
parent 65e7dcdf6d
commit abe90d3483
2 changed files with 15 additions and 1 deletions

View File

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