Skip to content

Commit

Permalink
Release ionit 0.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Sep 28, 2020
1 parent 6ece230 commit 389cbf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ionit 0.3.6 (2020-09-28)

* Address issues found by pylint 2.6.0 (fixes Debian bug #971138)
* Blacken Python code

ionit 0.3.5 (2020-01-17)

* Run ionit.service before ifupdown-pre.service
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def systemd_unit_path():
if __name__ == "__main__":
setup(
name="ionit",
version="0.3.5",
version="0.3.6",
description="Render configuration files from Jinja templates",
long_description=(
"ionit is a simple and small configuration templating tool. It collects a context and "
Expand Down

0 comments on commit 389cbf5

Please sign in to comment.