diff --git a/HISTORY.rst b/HISTORY.rst index fe3e62e..d0c51f0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ======= +5.0.5 / 2024-08-31 +================== + + * tests (json2xml): add test for encoding + * fix missing encoding indication on pretty mode (#213) + * chore(deps): bump webob from 1.8.7 to 1.8.8 in /docs (#212) + 5.0.4 / 2024-08-08 ================== diff --git a/json2xml/__init__.py b/json2xml/__init__.py index db4d29b..e4937ee 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,5 +2,5 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "5.0.4" +__version__ = "5.0.5"