From f585739cf47d84bc36eb0b9698fd573a9218bc04 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Fri, 10 Dec 2021 16:51:30 +0100 Subject: [PATCH] Release bdebstrap 0.4.0 Signed-off-by: Benjamin Drung --- NEWS.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3cf1e08..138c809 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +bdebstrap 0.4.0 (2021-12-10) +============================ + +* tests: Catch and check output on stderr +* tests: Replace deprecated `assertDictContainsSubset` +* Add `disable-units` and `enable-units` hooks + bdebstrap 0.3.0 (2021-11-08) ============================ diff --git a/setup.py b/setup.py index f4bae79..f1e3a90 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def run(self): setup( name="bdebstrap", - version="0.3.0", + version="0.4.0", description="Benjamin's multi-mirror Debian chroot creation tool", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",