From 0f500c41ee0d8f89596eb0bded811ae69acb84a9 Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Tue, 26 Sep 2023 15:18:54 +0200
Subject: [PATCH] v1.4.0

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

diff --git a/debian/changelog b/debian/changelog
index 0712a92..ebe61fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kwollect (1.4.0) unstable; urgency=medium
+
+  * Update README
+  * db: add api.get_job_metrics function
+  * db: add support for api.get_metrics' as_rate='auto' parameter
+  * kwollector_wattmetre: do not crash if user provides a wrong regex in on-demand activation
+  * db: minor fix in archive duration and api.get_metrics for running jobs
+
 kwollect (1.3.1) unstable; urgency=medium
 
   * db: update move_chunk_to_archive to not reorder index
diff --git a/kwollect/__init__.py b/kwollect/__init__.py
index 9c73af2..3e8d9f9 100644
--- a/kwollect/__init__.py
+++ b/kwollect/__init__.py
@@ -1 +1 @@
-__version__ = "1.3.1"
+__version__ = "1.4.0"
-- 
GitLab