From 112f262093dab0471b3e04c89b0ea379e87ba445 Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Wed, 23 Mar 2022 13:43:34 +0100
Subject: [PATCH] v1.2.0

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

diff --git a/debian/changelog b/debian/changelog
index ea029dd..498f672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,8 @@
+kwollect (1.2.0) unstable; urgency=medium
+
+  * Update ci to also build bullseye package
+  * db: Move job and time related processing in api.get_metrics function
+
 kwollect (1.1.0) unstable; urgency=medium
 
   * grafana: make use of new APIs
diff --git a/kwollect/__init__.py b/kwollect/__init__.py
index 6849410..c68196d 100644
--- a/kwollect/__init__.py
+++ b/kwollect/__init__.py
@@ -1 +1 @@
-__version__ = "1.1.0"
+__version__ = "1.2.0"
-- 
GitLab