We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf7c34 commit e5b623eCopy full SHA for e5b623e
HISTORY.rst
@@ -1,6 +1,13 @@
1
History
2
=======
3
4
+5.0.5 / 2024-08-31
5
+==================
6
+
7
+ * tests (json2xml): add test for encoding
8
+ * fix missing encoding indication on pretty mode (#213)
9
+ * chore(deps): bump webob from 1.8.7 to 1.8.8 in /docs (#212)
10
11
5.0.4 / 2024-08-08
12
==================
13
json2xml/__init__.py
@@ -2,5 +2,5 @@
__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
-__version__ = "5.0.4"
+__version__ = "5.0.5"
0 commit comments