From 44fa5a0a7f7e3a5051b4d3e2ae7957c0494cd708 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Wed, 14 Sep 2022 08:15:17 +0800 Subject: [PATCH] Release v3.4 --- HISTORY.rst | 12 ++++++++++++ idna/package_data.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 86fe01b..3b77565 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,18 @@ History ------- +3.4 (2022-09-14) +++++++++++++++++ + +- Update to Unicode 15.0.0 +- Migrate to pyproject.toml for build information (PEP 621) +- Correct another instance where generic exception was raised instead of + IDNAError for malformed input +- Source distribution uses zeroized file ownership for improved + reproducibility + +Thanks to Seth Michael Larson for contributions to this release. + 3.3 (2021-10-13) ++++++++++++++++ diff --git a/idna/package_data.py b/idna/package_data.py index f5ea87c..8501893 100644 --- a/idna/package_data.py +++ b/idna/package_data.py @@ -1,2 +1,2 @@ -__version__ = '3.3' +__version__ = '3.4'