diff --git a/HISTORY.rst b/HISTORY.rst index aaf7cdc..13f78ae 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,43 +1,19 @@ History ======= +3.19.2 / 2022-06-09 +=================== + + * escape xml char when having attrs (#144) + * feat: adjust pytest config setting for easy loggin + * feat: bump python 3.10 and 3.11 version (#142) + 3.19.1 / 2022-06-05 =================== * bump version of docs building * chore(deps): bump waitress from 2.1.1 to 2.1.2 in /docs (#141) * Docs update for dicttoxml (#140) - * feat: update changelog - * feat: bump version - * Setting xsi location (#135) - * Repeat list headers (#138) - * add python3.11 support (#139) - * improved docs dicttoxml (#134) - * Fix/types working check ci mypy (#133) - * fix: ci supports mypy now (#132) - * generate changelog - * bump version - * bump version - * Feat/remove logging by default (#131) - * Merge two dev requirements file (#129) - * remove old unused config - * feat: add types (#125) - * fix: issue with twine check - * fix: issue with long description - * refactor: xmltodict is only test dependency (#124) - * fix: add correct list of contributors - * feat: generate changelog - * bump version - * improvements on dicttoxml (#121) - * feat: add correct badge - * feat: use codecov - * fix: flake8 tests - * fix: add coverage to the mix - * fix: lint issues and CI - * fix: check new CI stuff like lint and coverage - * feat: bump version and generate changelog - * fix: issue with wrong output for boolean list - * fix: pull requests also trigger action runs 3.19.0 / 2022-05-20 =================== diff --git a/json2xml/__init__.py b/json2xml/__init__.py index 9e1b771..5a7f9be 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,4 +2,4 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.19.1" +__version__ = "3.19.2"