Advanced to version 1.5.5.

This commit is contained in:
2023-05-23 08:44:08 +08:00
parent 09a344d749
commit 352867797d
2 changed files with 14 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.4"
VERSION: str = "1.5.5"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""