Skip to content

Commit b87ec8f

Browse files
author
Vinit Kumar
committed
fix: update the docs and changelog
1 parent 757b822 commit b87ec8f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

HISTORY.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
History
22
=======
33

4+
3.21.0 / 2023-01-18
5+
===================
6+
7+
* Implement list item with attributes (#169)
8+
* feat: add python3.12 alpha4 to the fix (#168)
9+
* Feat/replace requests with urllib3 (#167)
10+
* feat: add security reporting guidelines
11+
* Add CodeQL workflow for GitHub code scanning (#160)
12+
* Default is False for list_headers (#164)
13+
* fix: ci issue due to mypy update on python3.11 (#166)
14+
* chore(deps): bump certifi from 2021.10.8 to 2022.12.7 in /docs (#162)
15+
* fix: open files properly
16+
* feat: 3.11 is released 🎉 (#159)
17+
18+
419
3.20.0 / 2022-10-16
520
===================
621

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "[email protected]"
5-
__version__ = "3.20.0"
5+
__version__ = "3.21.0"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3435
"Programming Language :: Python :: Implementation :: CPython",
3536
"Programming Language :: Python :: Implementation :: PyPy",
3637
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)