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",