Skip to content

Commit

Permalink
Release bdebstrap 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Nov 1, 2022
1 parent 6dc6d48 commit 0c337c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0c337c5

Please sign in to comment.