Skip to content

Commit b2c7d46

Browse files
authored
Prepare for 5.4.3 release
1 parent ea2049c commit b2c7d46

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](http://keepachangelog.com/).
88
====================
99

10-
# [Unreleased]
10+
# 5.4.3 - 2025-08-15
1111

1212
## Fixed
1313

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def open_relative(*path):
8080
'Programming Language :: Python :: 3.9',
8181
'Programming Language :: Python :: 3.10',
8282
'Programming Language :: Python :: 3.11',
83+
'Programming Language :: Python :: 3.12',
84+
'Programming Language :: Python :: 3.13',
8385
],
8486

8587
# What does your project relate to?

src/borneo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# https://oss.oracle.com/licenses/upl/
66
#
77

8-
__version__ = '5.4.2'
8+
__version__ = '5.4.3'

0 commit comments

Comments
 (0)