We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c787429 commit 44fa5a0Copy full SHA for 44fa5a0
2 files changed
HISTORY.rst
@@ -3,6 +3,18 @@
3
History
4
-------
5
6
+3.4 (2022-09-14)
7
+++++++++++++++++
8
+
9
+- Update to Unicode 15.0.0
10
+- Migrate to pyproject.toml for build information (PEP 621)
11
+- Correct another instance where generic exception was raised instead of
12
+ IDNAError for malformed input
13
+- Source distribution uses zeroized file ownership for improved
14
+ reproducibility
15
16
+Thanks to Seth Michael Larson for contributions to this release.
17
18
3.3 (2021-10-13)
19
++++++++++++++++
20
idna/package_data.py
@@ -1,2 +1,2 @@
1
-__version__ = '3.3'
+__version__ = '3.4'
2
0 commit comments