diff --git a/HISTORY.rst b/HISTORY.rst index 729feb1..72f5625 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +3.17.1 / 2022-04-20 +=================== + + * fix: issue with wrong output for boolean list + * fix: pull requests also trigger action runs + 3.17.0 / 2022-04-18 =================== diff --git a/json2xml/__init__.py b/json2xml/__init__.py index 68d1b73..1f27051 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,4 +2,4 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.17.0" +__version__ = "3.17.1"