Advanced to version 1.5.7.

This commit is contained in:
2023-07-29 13:02:40 +08:00
parent cd86651606
commit 14365ca255
2 changed files with 22 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.6"
VERSION: str = "1.5.7"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""