From 5318179fe7fc15747c0b30d0a39df2eb8708233f Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 24 Sep 2021 21:20:03 -0400 Subject: [PATCH] Get ready for release 5.0.13 --- NEWS.md | 14 ++++++++++++++ xdis/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a2ae38de..f0c6e348 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +5.0.13 2021-09-24 +================= + +Added knowledge of Python versions 3.6.15 and 3.7.12. + +However the main motivatation was to impove packaging to handle administration +of the 3 different branches or dialects of Python 2.4-2.7, 3.1-3.2, 3.3-3.5, and 3.6+ + +Restrict wheel packaging for Python 3 only. + +Use the wheel for only the 3.x and newer version of Python. +Use eggs for 2.x versions (and others as well). + + 5.0.12 2021-09-11 ================= diff --git a/xdis/version.py b/xdis/version.py index 572f35f6..7e33673b 100644 --- a/xdis/version.py +++ b/xdis/version.py @@ -4,4 +4,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="5.0.13.dev0" # noqa +__version__="5.0.13" # noqa