Skip to content

Commit d346999

Browse files
committed
chore: bump release
1 parent ea48c36 commit d346999

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
History
22
=======
33

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+
411
6.0.1 / 2026-01-16
512
==================
613

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "[email protected]"
5-
__version__ = "6.0.0"
5+
__version__ = "6.0.2"
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "json2xml"
7-
version = "6.0.1"
7+
version = "6.0.2"
88
description = "Simple Python Library to convert JSON to XML"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)