diff --git a/debian/changelog b/debian/changelog index 8e1b895a9cf5768d8fa8de8c861930c21d09054b..d027aadfcd76e11bed8ae7674bf72dacf420387b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mpsd-hpc-tools (2025.03.17) mpsd-bookworm; urgency=medium + + * fix calculation of relative usage + * include quota in mpsd-quota output + * code cleanup/refactor + + -- Henning Glawe <glaweh@debian.org> Mon, 17 Mar 2025 11:26:20 +0100 + mpsd-hpc-tools (2024.01.15) mpsd-bookworm; urgency=medium * fix call to compose_quota_report in mpsd-quota diff --git a/src/mpsd_hpc_tools/__init__.py b/src/mpsd_hpc_tools/__init__.py index b6550f6bdd9a1d1f592bd35d1985732a87184509..e7ad72908f34be55d388f8b7059e6a35cc31ae7a 100644 --- a/src/mpsd_hpc_tools/__init__.py +++ b/src/mpsd_hpc_tools/__init__.py @@ -1,4 +1,4 @@ """Collection of command line tools for MPSD HPC system.""" # version for the package -__version__ = "2024.01.15" +__version__ = "2025.03.17"