Skip to content

Commit

Permalink
Release bdebstrap 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Jun 18, 2020
1 parent f3c7cce commit c4057a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c4057a5

Please sign in to comment.