Skip to content

Commit f26d306

Browse files
authored
Merge pull request #165 from kjd/release-3.6
Release v3.6
2 parents 21888f3 + 4ae74cf commit f26d306

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
History
44
-------
55

6+
3.6 (2023-11-25)
7+
++++++++++++++++
8+
9+
- Fix regression to include tests in source distribution.
10+
611
3.5 (2023-11-24)
712
++++++++++++++++
813

914
- Update to Unicode 15.1.0
1015
- String codec name is now "idna2008" as overriding the system codec
1116
"idna" was not working.
1217
- 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
1419
lack of adherence to PEP 517. Should be removed in a future release
1520
so please prepare accordingly.
1621
- Removed reliance on a symlink for the "idna-data" tool to comport

idna/package_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '3.5'
1+
__version__ = '3.6'
22

0 commit comments

Comments
 (0)