diff --git a/NEWS.md b/NEWS.md index a5a20bb..205e0cb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +ionit 0.4.1 (2022-03-04) +======================== + +* Make YAML files free of complaints from yamllint +* Update my email address to @posteo.de + ionit 0.4.0 (2021-11-05) ======================== diff --git a/setup.py b/setup.py index dab1fb2..8dd06d9 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def systemd_unit_path(): setup( name="ionit", - version="0.4.0", + version="0.4.1", description="Render configuration files from Jinja templates", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",