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 ea48c36 commit d346999Copy full SHA for d346999
HISTORY.rst
@@ -1,6 +1,13 @@
1
History
2
=======
3
4
+6.0.2 / 2026-01-20
5
+==================
6
+
7
+ * fix: upgrade urllib3 to patched version (#269)
8
+ * Update README.rst (#268)
9
+ * docs: update README with comprehensive benchmark results
10
11
6.0.1 / 2026-01-16
12
==================
13
json2xml/__init__.py
@@ -2,5 +2,5 @@
__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
-__version__ = "6.0.0"
+__version__ = "6.0.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "json2xml"
-version = "6.0.1"
+version = "6.0.2"
description = "Simple Python Library to convert JSON to XML"
readme = "README.rst"
requires-python = ">=3.10"
0 commit comments