Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2

This commit is contained in:
rocky
2024-07-21 19:03:02 -04:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
3.9.2: 2024-07-21
=================
- track xdis API changes
- Bug fixes and lint
3.9.1: 2024-05-15
=================

View File

@@ -4,6 +4,6 @@ pytest
-e .
Click~=7.0
xdis>=6.0.4
xdis >= 6.1.0, < 6.2.0
configobj~=5.0.6
setuptools~=65.5.1
setuptools~=59.6.0

View File

@@ -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