Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Apptools CHANGELOG
==================

Version 5.3.1
~~~~~~~~~~~~~

Released: 2025-05-13

This is a bugfix release that only affects packaging and build infrastructure.
The core functionality is unchanged.

Build
-----
* For Python >= 3.10, allow NumPy 2.x to be used. (#361)
* Run HDF5-related tests on all platforms for Python >= 3.10. (#362)
* Bump setup-edm-action from v3 to v4. (#359)
* Remove the issue template. (#355)

Documentation
-------------
* Copyrights have been updated for 2025. (#360)


Version 5.3.0
~~~~~~~~~~~~~

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
# together with information from the version control system, and then injected
# into the package source.
MAJOR = 5
MINOR = 4
MICRO = 0
MINOR = 3
MICRO = 1
PRERELEASE = ""
IS_RELEASED = False
IS_RELEASED = True

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