We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc6d48 commit 0c337c5Copy full SHA for 0c337c5
NEWS.md
@@ -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
9
bdebstrap 0.4.0 (2021-12-10)
10
============================
11
setup.py
@@ -76,7 +76,7 @@ def run(self):
76
77
setup(
78
name="bdebstrap",
79
- version="0.4.0",
+ version="0.4.1",
80
description="Benjamin's multi-mirror Debian chroot creation tool",
81
long_description=LONG_DESCRIPTION,
82
long_description_content_type="text/markdown",
0 commit comments