From 389cbf5dc4af86090818c4fdac14c0e48008e2fe Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 28 Sep 2020 11:27:00 +0200 Subject: [PATCH] Release ionit 0.3.6 Signed-off-by: Benjamin Drung --- NEWS | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 996efcd..5e040f3 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/setup.py b/setup.py index d3fbe7c..bfe3593 100755 --- a/setup.py +++ b/setup.py @@ -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 "