diff --git a/NEWS.rst b/NEWS.rst index c30aaed..c78cefe 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v2.0.0 +====== + +Deprecations and Removals +------------------------- + +- Drop support for Python 2 and require Python 3.8 or later. In most cases, users should rely on the 1.x releases for an implementation that runs on older Pythons. This 2.0 series provides minimal value for users of Python 3.3 and later except to provide packaging updates and possibly preview access to functionality on later Python versions. + + v1.6.6 ====== diff --git a/newsfragments/+8f7dceef.removal.rst b/newsfragments/+8f7dceef.removal.rst deleted file mode 100644 index 87c72f0..0000000 --- a/newsfragments/+8f7dceef.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Drop support for Python 2 and require Python 3.8 or later. In most cases, users should rely on the 1.x releases for an implementation that runs on older Pythons. This 2.0 series provides minimal value for users of Python 3.3 and later except to provide packaging updates and possibly preview access to functionality on later Python versions.