Skip to content

Commit

Permalink
fix: general changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Aug 31, 2024
1 parent bbf7c34 commit e5b623e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

5.0.5 / 2024-08-31
==================

* tests (json2xml): add test for encoding
* fix missing encoding indication on pretty mode (#213)
* chore(deps): bump webob from 1.8.7 to 1.8.8 in /docs (#212)

5.0.4 / 2024-08-08
==================

Expand Down
2 changes: 1 addition & 1 deletion json2xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
__version__ = "5.0.4"
__version__ = "5.0.5"

0 comments on commit e5b623e

Please sign in to comment.