From 2c8c8b6afb65b8f6c43a331fccf6849631a52d22 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Fri, 15 Sep 2023 10:21:18 +0200
Subject: [PATCH] Release apertis-dev-tools version 0.2023.9

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 debian/changelog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e18cc29..93ede21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+apertis-dev-tools (0.2023.9) apertis; urgency=medium
+
+  * ade: Turn all from_* methods into proper classmethods
+  * ade: Sort imports with isort
+  * ade: Format with black
+  * ade: Drop unused imports as reported by flake8
+  * ade: Fix usage of undefined variable
+  * ade: Use raw strings for regexes avoiding escaping conflicts
+  * ade: Drop unused exception capturing variables
+  * ade: Avoid bare except: to make flake8 happy
+  * ade: Use a more descriptive variable name in do_sysroot_list()
+  * Add black-compatible presets for flake8
+  * ci: Enfore linting on tools/ade
+
+ -- Emanuele Aina <emanuele.aina@collabora.com>  Fri, 15 Sep 2023 08:20:50 +0000
+
 apertis-dev-tools (0.2023.8) apertis; urgency=medium
 
   * ade: Move common check to new functions
-- 
GitLab