Advanced to version 1.5.0.

This commit is contained in:
2023-04-23 18:46:14 +08:00
parent 71e97721aa
commit 86637267d3
2 changed files with 13 additions and 1 deletions

View File

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