Skip to content

Commit 784c6f4

Browse files
committed
Release v3.8
1 parent 28c7c9e commit 784c6f4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
History
44
-------
55

6+
3.8 (2024-08-23)
7+
++++++++++++++++
8+
9+
- Fix regression where IDNAError exception was not being produced for
10+
certain inputs.
11+
- Add support for Python 3.13, drop support for Python 3.5 as it is no
12+
longer testable.
13+
- Documentation improvements
14+
- Updates to package testing using Github actions
15+
16+
Thanks to Hugo van Kemenade for contributions to this release.
17+
618
3.7 (2024-04-11)
719
++++++++++++++++
820

idna/package_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '3.7'
1+
__version__ = '3.8'
22

0 commit comments

Comments
 (0)