From 1e51a3ec78e5844cc57490bc4d9378abcaa0b60c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 23 Mar 2022 09:37:06 +0100 Subject: [PATCH] TT#154401 New release v0.4.5 Change-Id: Iac013a82763b919fc830b8ca6e6e0550a0d3240f --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 94bae12..b7c1e3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +repoapi (0.4.5) unstable; urgency=medium + + [ Victor Seva ] + * [69c44c4] TT#121955 add validate_templates test + * [abff367] TT#121955 repoapi: fix RuntimeWarning on tests + * [67f0932] TT#121955 py-test: define cache_dir to avoid + PytestCacheWarning + * [df32d43] TT#121955 py-test: add coverage for django templates + * [d832e32] TT#121955 migrate to pathlib + * [e4aa31a] TT#121955 repoapi: don't use send_task directly + * [987c13b] TT#121955 decouple tasks and signals from models, take two + * [504110f] TT#121955 test: override DEBUG value + * [6f043a0] TT#121955 migrate missing files to structlog + + -- Michael Prokop Wed, 23 Mar 2022 09:36:26 +0100 + repoapi (0.4.4) unstable; urgency=medium * TT#121955 pre-commit: update plugins