File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
History
2
2
=======
3
3
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
+
4
19
3.20.0 / 2022-10-16
5
20
===================
6
21
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Vinit Kumar"""
4
4
5
- __version__ = "3.20 .0"
5
+ __version__ = "3.21 .0"
Original file line number Diff line number Diff line change 31
31
"Programming Language :: Python :: 3.9" ,
32
32
"Programming Language :: Python :: 3.10" ,
33
33
"Programming Language :: Python :: 3.11" ,
34
+ "Programming Language :: Python :: 3.12" ,
34
35
"Programming Language :: Python :: Implementation :: CPython" ,
35
36
"Programming Language :: Python :: Implementation :: PyPy" ,
36
37
"Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments