From a3d0a7feba1e91cd637db745f02b60074cff8d45 Mon Sep 17 00:00:00 2001
From: Henning Glawe <glaweh@debian.org>
Date: Mon, 15 Jan 2024 11:17:50 +0100
Subject: [PATCH] bump version to 2024.01.15

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

diff --git a/debian/changelog b/debian/changelog
index 66412bc..da748d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mpsd-hpc-tools (2024.01.15) mpsd-bullseye; urgency=medium
+
+  * fix call to compose_quota_report in mpsd-quota
+
+ -- Henning Glawe <glaweh@debian.org>  Mon, 15 Jan 2024 11:16:17 +0100
+
 mpsd-hpc-tools (2023.12.01) mpsd-bullseye; urgency=medium
 
   * updated mpsd-quota interface (replace --user option by optional argument)
diff --git a/src/mpsd_hpc_tools/__init__.py b/src/mpsd_hpc_tools/__init__.py
index b67cf05..b6550f6 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__ = "2023.12.1"
+__version__ = "2024.01.15"
-- 
GitLab