From b200b2f1475339e5a2c49f05e5691a29d8098642 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Tue, 12 Oct 2021 16:10:46 -0700 Subject: [PATCH 1/2] Update history for v3.3 --- HISTORY.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 7a37ff3..86fe01b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,20 @@ History ------- +3.3 (2021-10-13) +++++++++++++++++ + +- Update to Unicode 14.0.0 +- Update to in-line type annotations +- Throw IDNAError exception correctly for some malformed input +- Advertise support for Python 3.10 +- Improve testing regime on Github +- Fix Russian typo in documentation + +Thanks to Jon Defresne, Hugo van Kemenade, Seth Michael Larson, +Patrick Ventuzelo and Boris Verhovsky for contributions to this +release. + 3.2 (2021-05-29) ++++++++++++++++ From 9a68c9030229503a43b45ac14eac438295a47b84 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Tue, 12 Oct 2021 16:14:23 -0700 Subject: [PATCH 2/2] Bump package version to 3.3 --- idna/package_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idna/package_data.py b/idna/package_data.py index e096d1d..f5ea87c 100644 --- a/idna/package_data.py +++ b/idna/package_data.py @@ -1,2 +1,2 @@ -__version__ = '3.2' +__version__ = '3.3'