diff --git a/NEWS b/NEWS index e3252dc..e84ca8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +bdebstrap 0.1.2 (2021-05-27) + +* examples: Install init instead of systemd-sysv +* Check import definition order with isort +* Format Python code with black +* Add test case for black code formatter +* Correct license claim from MIT to ISC +* Fix examples for non-amd64 architectures (fixes #2): + * Drop architectures from minimal examples + * Drop mirrors from minimal Ubuntu example + * Match also vmlinux* in Debian live example +* Update Debian live system example to bullseye + bdebstrap 0.1.1 (2020-06-18) * Strip leading/trailing spaces/tabs from mirrors specified with `--mirrors` diff --git a/setup.py b/setup.py index cad8f94..1711189 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def run(self): setup( name="bdebstrap", - version="0.1.1", + version="0.1.2", description="Benjamin's multi-mirror Debian chroot creation tool", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",