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 "