Skip to content

Commit cd62a33

Browse files
committed
fix: bump version
1 parent 6dc16f5 commit cd62a33

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

HISTORY.rst

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

4+
5.4.0 / 2026-01-15
5+
==================
6+
7+
* test: add comprehensive CLI tests for 99% coverage
8+
* docs: add CLI usage and cross-reference to Go version
9+
* feat: add CLI support for json2xml-py (#266)
10+
* chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#265)
11+
* update documentation and make it more correct (#263)
12+
* feat: update doc packages
13+
* chore: update GitHub Actions to latest versions (#262)
14+
* chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (#261)
15+
* feat: update python3.15.0 to alpha 3 (#260)
16+
* feat: bump to match the version
17+
* feat: add xPath support (#259)
18+
* chore(deps): bump starlette from 0.47.2 to 0.49.1 in /docs (#257)
19+
* feat: improvements to ruff and new python 3.15 (#255)
20+
* Modernize Python code to 3.10+ with pyupgrade (#254)
21+
* check arm build ubuntu (#253)
22+
* Remove duplicate typecheck job from pythonpackage workflow
23+
* Migrate from mypy to ty for type checking (#252)
24+
* Add Python 3.14t (freethreaded) to testing matrix (#251)
25+
* prod release (#249)
26+
* bump python to latest rc2
27+
* fix: switch to release candidate 2 of Python 3.14
28+
29+
430
5.3.1 / 2025-12-08
531
==================
632

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__ = "5.3.1"
5+
__version__ = "5.4.0"
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 = "5.3.1" # Replace with the dynamic version if needed
7+
version = "5.4.0" # Replace with the dynamic version if needed
88
description = "Simple Python Library to convert JSON to XML"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)