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'