Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Jan 7, 2019
1 parent b0f6fb0 commit 9976248
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.2.1 (2019-01-07)

* Remove unnecessary pass statement to make pylint 2.2.2 happy
(fixes Debian bug #918550)

ionit 0.2 (2018-11-12)

* Prevent false warning if collect_context returns empty dictionary
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.2",
version="0.2.1",
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 9976248

Please sign in to comment.