diff --git a/NEWS b/NEWS index 94d234c..36dd22c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ bdebstrap 0.1 (2020-06-03) * Initial release + +bdebstrap 0.1.1 (2020-06-18) + +* Strip leading/trailing spaces/tabs from mirrors specified with `--mirrors` +* Fix complaints from flake8 3.8.3 +* Check if type of list elements are strings in YAML configuration diff --git a/setup.py b/setup.py index 2285f9b..8b67b5b 100755 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def run(self): if __name__ == "__main__": setup( name="bdebstrap", - version="0.1", + version="0.1.1", description="Benjamin's multi-mirror Debian chroot creation tool", long_description=("TODO"), author="Benjamin Drung",