Skip to content

Commit

Permalink
Release ionit 0.5.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 13, 2025
1 parent 0f197cd commit 033290e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ionit 0.5.1 (2025-01-13)
========================

* Fix `AttributeError: "load()" has been removed` when using ruamel.yaml 0.18
* test: Adjust for improved JSON error messages in Python 3.13 (#3)

ionit 0.5.0 (2022-03-16)
========================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def systemd_unit_path():

setup(
name="ionit",
version="0.5.0",
version="0.5.1",
description="Render configuration files from Jinja templates",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 033290e

Please sign in to comment.