Skip to content

Commit

Permalink
Release bdebstrap 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <bdrung@posteo.de>
  • Loading branch information
bdrung committed Nov 8, 2021
1 parent 4d7a593 commit 40ed709
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
bdebstrap 0.3.0 (2021-11-08)
============================

* Fix issues found by pylint 2.11.1
(fixes [Debian bug #998591](https://bugs.debian.org/998591)):
* tests: Use `with for subprocess.Popen` calls
* Save YAML configuration files explicitly as UTF-8
* Replace `.format()` with f-strings
* Make YAML files free of complaints from yamllint
* Produce YAML files that are yamllint clean
* Add example configurations for Raspberry Pis (version 3 and Zero W)
* Set root password for Debian live example to `debian`

bdebstrap 0.2.0 (2021-06-08)
============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(self):

setup(
name="bdebstrap",
version="0.2.0",
version="0.3.0",
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 40ed709

Please sign in to comment.