We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbced1f commit 88b4954Copy full SHA for 88b4954
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/),
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
+## [5.2.1] - 2026-05-05
9
+
10
+### Fixed
11
+- Python 3.10 compatibility: replaced `datetime.UTC` (3.11+) with
12
+ `datetime.timezone.utc` (available since 3.2). The script now runs on
13
+ Python 3.10 (e.g. the default interpreter on Ubuntu 22.04 LTS). README
14
+ updated to note the `tomli` fallback for custom themes on 3.10.
15
16
## [5.2.0] - 2026-03-31
17
18
### Added
0 commit comments