Skip to content

Commit

Permalink
Fix/drop python 38 python39 from identifier (#211)
Browse files Browse the repository at this point in the history
* feat: remove python 3.9, python 3.8 from setup identifier

* fix: change the release notes

* feat: enforce the version requirements in the correct way

* fix: bump version
  • Loading branch information
vinitkumar authored Aug 8, 2024
1 parent 00e4bbd commit 39a4f80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

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

* feat: enforce the version requirements in the correct way

5.0.3 / 2024-08-08
==================

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

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

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
url="https://github.com/vinitkumar/json2xml",
version=__version__,
zip_safe=False,
python_requires=">=3.10",
)

0 comments on commit 39a4f80

Please sign in to comment.