Skip to content

Commit 44fa5a0

Browse files
committed
Release v3.4
1 parent c787429 commit 44fa5a0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
History
44
-------
55

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+
618
3.3 (2021-10-13)
719
++++++++++++++++
820

idna/package_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '3.3'
1+
__version__ = '3.4'
22

0 commit comments

Comments
 (0)