Advanced to version 1.5.0.
This commit is contained in:
		| @@ -2,6 +2,18 @@ Changes | |||||||
| ======= | ======= | ||||||
|  |  | ||||||
|  |  | ||||||
|  | Version 1.5.0 | ||||||
|  | ------------- | ||||||
|  |  | ||||||
|  | Released 2023/4/23 | ||||||
|  |  | ||||||
|  | * Updated to require ``SQLAlchemy >= 2``. | ||||||
|  | * Added the change log. | ||||||
|  | * Added the ``VERSION`` constant to the ``accounting`` module for | ||||||
|  |   the package version, and revised ``pyproject.toml`` and ``conf.py`` | ||||||
|  |   to read the version from it. | ||||||
|  |  | ||||||
|  |  | ||||||
| Version 1.4.1 | Version 1.4.1 | ||||||
| ------------- | ------------- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy | |||||||
|  |  | ||||||
| from accounting.utils.user import UserUtilityInterface | from accounting.utils.user import UserUtilityInterface | ||||||
|  |  | ||||||
| VERSION: str = "1.4.1" | VERSION: str = "1.5.0" | ||||||
| """The package version.""" | """The package version.""" | ||||||
| db: SQLAlchemy = SQLAlchemy() | db: SQLAlchemy = SQLAlchemy() | ||||||
| """The database instance.""" | """The database instance.""" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user