File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
8
8
====================
9
9
10
- # [ Unreleased ]
10
+ # 5.4.3 - 2025-08-15
11
11
12
12
## Fixed
13
13
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ def open_relative(*path):
80
80
'Programming Language :: Python :: 3.9' ,
81
81
'Programming Language :: Python :: 3.10' ,
82
82
'Programming Language :: Python :: 3.11' ,
83
+ 'Programming Language :: Python :: 3.12' ,
84
+ 'Programming Language :: Python :: 3.13' ,
83
85
],
84
86
85
87
# What does your project relate to?
Original file line number Diff line number Diff line change 5
5
# https://oss.oracle.com/licenses/upl/
6
6
#
7
7
8
- __version__ = '5.4.2 '
8
+ __version__ = '5.4.3 '
You can’t perform that action at this time.
0 commit comments