diff --git a/debian/changelog b/debian/changelog
index 66412bc4357c7c87e6926d00d90bcbb2c64ff78c..da748d15acdd3f20fed4627967c603783a3f9a00 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 b67cf053b2610d69afa844cf1f6a1bab31889414..b6550f6bdd9a1d1f592bd35d1985732a87184509 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"