Skip to content

Commit e5b623e

Browse files
author
Vinit Kumar
committed
fix: general changelog and bump version
1 parent bbf7c34 commit e5b623e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
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+
411
5.0.4 / 2024-08-08
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__ = "5.0.4"
5+
__version__ = "5.0.5"
66

0 commit comments

Comments
 (0)