From 0c337c591a56da67426f62e6b073292e018e5790 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 1 Nov 2022 11:06:17 +0100 Subject: [PATCH] Release bdebstrap 0.4.1 Signed-off-by: Benjamin Drung --- NEWS.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 138c809..f87de53 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +bdebstrap 0.4.1 (2022-11-01) +============================ + +* Add `system-testing` script and move the integration tests into it +* tests: Address complaints from pylint 2.15.5 +* setup: Fix building with setuptools 65.5.0 + ([Debian bug #1022513](https://bugs.debian.org/1022513)) + bdebstrap 0.4.0 (2021-12-10) ============================ diff --git a/setup.py b/setup.py index d12fda4..175ea42 100755 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run(self): setup( name="bdebstrap", - version="0.4.0", + version="0.4.1", description="Benjamin's multi-mirror Debian chroot creation tool", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",