Skip to content

Commit f20c462

Browse files
committed
Advanced to version 1.6.0.
1 parent 80ae4bd commit f20c462

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
517
Version 1.5.11
618
--------------
719

src/accounting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
@@ -24,7 +24,7 @@
2424

2525
from accounting.utils.user import UserUtilityInterface
2626

27-
VERSION: str = "1.5.11"
27+
VERSION: str = "1.6.0"
2828
"""The package version."""
2929
db: SQLAlchemy = SQLAlchemy()
3030
"""The database instance."""

0 commit comments

Comments
 (0)