diff --git a/HISTORY.rst b/HISTORY.rst index 9888aa6..eea8a70 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +3.6 (2023-11-25) +++++++++++++++++ + +- Fix regression to include tests in source distribution. + 3.5 (2023-11-24) ++++++++++++++++ @@ -10,7 +15,7 @@ History - String codec name is now "idna2008" as overriding the system codec "idna" was not working. - Fix typing error for codec encoding -- "setup.py" has been restored for this release due to some downstream +- "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly. - Removed reliance on a symlink for the "idna-data" tool to comport diff --git a/idna/package_data.py b/idna/package_data.py index 2d2d651..c5b7220 100644 --- a/idna/package_data.py +++ b/idna/package_data.py @@ -1,2 +1,2 @@ -__version__ = '3.5' +__version__ = '3.6'