From e5b623ea9b27ad4c3118ab8e9616771d81145492 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Sat, 31 Aug 2024 21:55:14 +0530 Subject: [PATCH] fix: general changelog and bump version --- HISTORY.rst | 7 +++++++ json2xml/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"