Advanced to version 1.5.10.

This commit is contained in:
2023-11-28 08:27:31 +08:00
parent 3f0a0b4227
commit 50d4526e0b
2 changed files with 12 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.9"
VERSION: str = "1.5.10"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""