From bcbe5d53bf4235703fd2385d5cff2c51c65a63d2 Mon Sep 17 00:00:00 2001 From: ko-zu Date: Sun, 2 Jun 2024 09:38:25 +0000 Subject: [PATCH] Release v0.10.1 to include notice in package This module is dropping support for Python 2.7 and 3.4. No code changes since v0.10.0. Signed-off-by: ko-zu --- README.md | 19 +++++++++++++++++++ setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 376e4bd..0dcf66f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +Notice +=== +This module is **Dropping Support for Python 2.7 and 3.4** + +In the upcoming version 1.0.0, support for Python 2.7 and 3.4 will be +discontinued. Version 0.10.x (or auto-released versions with the .yyyymmdd +suffix) will be the last to support Python 2.7. + +The minimum requirement for new versions will be **Python 3.5 or later.** + +The new version will include type hinting to enhance API stability. The updated +code is currently available in the devel branch. +https://github.com/ko-zu/psl/tree/devel + +If you know of any users still relying on this module with Python 2.7, please +comment on github issue. +https://github.com/ko-zu/psl/issues/30 + + publicsuffixlist === diff --git a/setup.py b/setup.py index aa70f72..dc9856c 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ ### version placeholder for release automation -__version__ = "0.10.0" +__version__ = "0.10.1" ### Change the minor version before git push to the master branch.