We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6e2e5 commit 75119b1Copy full SHA for 75119b1
HISTORY.rst
@@ -1,6 +1,12 @@
1
History
2
=======
3
4
+3.20.0 / 2022-10-16
5
+===================
6
+
7
+ * feat: make deps more flexible (#158)
8
+ * fix: use SystemRandom as a secure way for generating Random Integers (#156)
9
10
3.19.5 / 2022-09-18
11
===================
12
json2xml/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
-__version__ = "3.19.5"
+__version__ = "3.20.0"
0 commit comments