Advanced to version 1.5.7.
This commit is contained in:
parent
cd86651606
commit
14365ca255
@ -2,6 +2,27 @@ Change Log
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.5.7
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2023/7/29
|
||||||
|
|
||||||
|
Revised account title capitalization to capitalize account titles
|
||||||
|
upon initialization of base accounts, rather than when displaying
|
||||||
|
the accounts. This prevents the system from incorrectly
|
||||||
|
capitalizing titles of user-added accounts.
|
||||||
|
|
||||||
|
For existing installation, run the ``accounting-titleize`` console
|
||||||
|
command to capitalize the existing account titles that were already
|
||||||
|
initialized.
|
||||||
|
|
||||||
|
Other fixes:
|
||||||
|
|
||||||
|
* Added missing documentation to the global variables, class
|
||||||
|
properties, and object properties.
|
||||||
|
* Various minor fixes.
|
||||||
|
|
||||||
|
|
||||||
Version 1.5.6
|
Version 1.5.6
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy
|
|||||||
|
|
||||||
from accounting.utils.user import UserUtilityInterface
|
from accounting.utils.user import UserUtilityInterface
|
||||||
|
|
||||||
VERSION: str = "1.5.6"
|
VERSION: str = "1.5.7"
|
||||||
"""The package version."""
|
"""The package version."""
|
||||||
db: SQLAlchemy = SQLAlchemy()
|
db: SQLAlchemy = SQLAlchemy()
|
||||||
"""The database instance."""
|
"""The database instance."""
|
||||||
|
Loading…
Reference in New Issue
Block a user