From f39558c2f4104c5e3cf2d550e5457335fc17e27d Mon Sep 17 00:00:00 2001
From: Henning Glawe <glaweh@debian.org>
Date: Mon, 17 Mar 2025 11:37:31 +0100
Subject: [PATCH] update version number to 2025.03.17

---
 debian/changelog               | 8 ++++++++
 src/mpsd_hpc_tools/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e1b895..d027aad 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 b6550f6..e7ad729 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"
-- 
GitLab