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 aa19b32 commit cf4a972Copy full SHA for cf4a972
HISTORY.rst
@@ -1,6 +1,16 @@
1
History
2
=======
3
4
+3.17.0 / 2022-04-18
5
+===================
6
+
7
+ * fix: return correct xml type for bool (#119)
8
+ * feat: add download counter
9
+ * fix: check latest alpha (#116)
10
+ * fix: check latest alpha (#115)
11
+ * chore(deps): bump waitress from 2.0.0 to 2.1.1 in /docs (#114)
12
+ * feat: only python3 wheels are created now
13
14
3.15.0 / 2022-02-24
15
===================
16
json2xml/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
-__version__ = "3.16.0"
+__version__ = "3.17.0"
0 commit comments