We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dd7f5 commit c55e34fCopy full SHA for c55e34f
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
pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "setuptools>=61.2",
+ "setuptools>=71.0.3",
]
build-backend = "setuptools.build_meta"
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
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