File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 3.6 (2023-11-25)
7
+ ++++++++++++++++
8
+
9
+ - Fix regression to include tests in source distribution.
10
+
6
11
3.5 (2023-11-24)
7
12
++++++++++++++++
8
13
9
14
- Update to Unicode 15.1.0
10
15
- String codec name is now "idna2008" as overriding the system codec
11
16
"idna" was not working.
12
17
- Fix typing error for codec encoding
13
- - "setup.py " has been restored for this release due to some downstream
18
+ - "setup.cfg " has been added for this release due to some downstream
14
19
lack of adherence to PEP 517. Should be removed in a future release
15
20
so please prepare accordingly.
16
21
- Removed reliance on a symlink for the "idna-data" tool to comport
Original file line number Diff line number Diff line change 1
- __version__ = '3.5 '
1
+ __version__ = '3.6 '
2
2
You can’t perform that action at this time.
0 commit comments