Skip to content

Commit 0c337c5

Browse files
committed
Release bdebstrap 0.4.1
Signed-off-by: Benjamin Drung <[email protected]>
1 parent 6dc6d48 commit 0c337c5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
bdebstrap 0.4.1 (2022-11-01)
2+
============================
3+
4+
* Add `system-testing` script and move the integration tests into it
5+
* tests: Address complaints from pylint 2.15.5
6+
* setup: Fix building with setuptools 65.5.0
7+
([Debian bug #1022513](https://bugs.debian.org/1022513))
8+
19
bdebstrap 0.4.0 (2021-12-10)
210
============================
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run(self):
7676

7777
setup(
7878
name="bdebstrap",
79-
version="0.4.0",
79+
version="0.4.1",
8080
description="Benjamin's multi-mirror Debian chroot creation tool",
8181
long_description=LONG_DESCRIPTION,
8282
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)