diff --git a/NEWS.md b/NEWS.md index 853dd00c..6a7c2300 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +3.9.2: 2024-07-21 +================= + +- track xdis API changes +- Bug fixes and lint + 3.9.1: 2024-05-15 ================= diff --git a/requirements.txt b/requirements.txt index fba9e512..e41efd9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ pytest Click~=7.0 xdis>=6.0.4 configobj~=5.0.6 -setuptools~=65.5.1 +setuptools~=71.0.3 diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 669350ed..2cb4ba48 100644 --- a/uncompyle6/version.py +++ b/uncompyle6/version.py @@ -14,4 +14,4 @@ # This file is suitable for sourcing inside POSIX shell as # well as importing into Python # fmt: off -__version__="3.9.1" # noqa +__version__="3.9.2" # noqa