Advanced to version 1.6.0.
This commit is contained in:
parent
80ae4bd91c
commit
f20c462685
@ -2,6 +2,18 @@ Change Log
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.6.0
|
||||||
|
--------------
|
||||||
|
|
||||||
|
Released 2024/6/4
|
||||||
|
|
||||||
|
* Updated Python version to 3.12.
|
||||||
|
* Revised the calculation of "today" to use the client's timezone instead of
|
||||||
|
the server's timezone.
|
||||||
|
* Updated the Bootstrap, FontAwesome, and Tempus-Dominus versions in the test
|
||||||
|
site.
|
||||||
|
|
||||||
|
|
||||||
Version 1.5.11
|
Version 1.5.11
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# The Mia! Accounting Project.
|
# The Mia! Accounting Project.
|
||||||
# Author: imacat@mail.imacat.idv.tw (imacat), 2023/1/25
|
# Author: imacat@mail.imacat.idv.tw (imacat), 2023/1/25
|
||||||
|
|
||||||
# Copyright (c) 2023 imacat.
|
# Copyright (c) 2023-2024 imacat.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@ -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.11"
|
VERSION: str = "1.6.0"
|
||||||
"""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