We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f8f082 + a35a19d commit 31160c9Copy full SHA for 31160c9
NEWS.md
@@ -1,3 +1,9 @@
1
+3.9.2: 2024-07-21
2
+=================
3
+
4
+- track xdis API changes
5
+- Bug fixes and lint
6
7
3.9.1: 2024-05-15
8
=================
9
requirements.txt
@@ -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
uncompyle6/version.py
@@ -14,4 +14,4 @@
14
# This file is suitable for sourcing inside POSIX shell as
15
# well as importing into Python
16
# fmt: off
17
-__version__="3.9.1" # noqa
+__version__="3.9.2" # noqa
0 commit comments