From 75119b19ba50a616ddbe7ff3b0b9143040caa67d Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Sun, 16 Oct 2022 23:59:15 +0530 Subject: [PATCH] chore: bump version and generate changelog --- HISTORY.rst | 6 ++++++ json2xml/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c9adb76..5277aa3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +3.20.0 / 2022-10-16 +=================== + + * feat: make deps more flexible (#158) + * fix: use SystemRandom as a secure way for generating Random Integers (#156) + 3.19.5 / 2022-09-18 =================== diff --git a/json2xml/__init__.py b/json2xml/__init__.py index 38780bd..768832b 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,4 +2,4 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.19.5" +__version__ = "3.20.0"