File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ Change Log
22==========
33
44
5+ Version 1.6.0
6+ --------------
7+
8+ Released 2024/6/4
9+
10+ * Updated Python version to 3.12.
11+ * Revised the calculation of "today" to use the client's timezone instead of
12+ the server's timezone.
13+ * Updated the Bootstrap, FontAwesome, and Tempus-Dominus versions in the test
14+ site.
15+
16+
517Version 1.5.11
618--------------
719
Original file line number Diff line number Diff line change 11# The Mia! Accounting Project.
22# Author: imacat@mail.imacat.idv.tw (imacat), 2023/1/25
33
4- # Copyright (c) 2023 imacat.
4+ # Copyright (c) 2023-2024 imacat.
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
77# you may not use this file except in compliance with the License.
2424
2525from accounting .utils .user import UserUtilityInterface
2626
27- VERSION : str = "1.5.11 "
27+ VERSION : str = "1.6.0 "
2828"""The package version."""
2929db : SQLAlchemy = SQLAlchemy ()
3030"""The database instance."""
You can’t perform that action at this time.
0 commit comments