Skip to content

Commit aaeb327

Browse files
authored
Update changelog and version number in preparation for 5.3.1 release (#363)
This PR updates the changelog and bumps the version number in preparation from the 5.4.1 release. We're releasing from the main branch, since there are no feature-level changes since 5.4.0.
1 parent c9da7db commit aaeb327

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGES.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Apptools CHANGELOG
22
==================
33

4+
Version 5.3.1
5+
~~~~~~~~~~~~~
6+
7+
Released: 2025-05-13
8+
9+
This is a bugfix release that only affects packaging and build infrastructure.
10+
The core functionality is unchanged.
11+
12+
Build
13+
-----
14+
* For Python >= 3.10, allow NumPy 2.x to be used. (#361)
15+
* Run HDF5-related tests on all platforms for Python >= 3.10. (#362)
16+
* Bump setup-edm-action from v3 to v4. (#359)
17+
* Remove the issue template. (#355)
18+
19+
Documentation
20+
-------------
21+
* Copyrights have been updated for 2025. (#360)
22+
23+
424
Version 5.3.0
525
~~~~~~~~~~~~~
626

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
# together with information from the version control system, and then injected
2020
# into the package source.
2121
MAJOR = 5
22-
MINOR = 4
23-
MICRO = 0
22+
MINOR = 3
23+
MICRO = 1
2424
PRERELEASE = ""
25-
IS_RELEASED = False
25+
IS_RELEASED = True
2626

2727
# If this file is part of a Git export (for example created with "git archive",
2828
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the

0 commit comments

Comments
 (0)