Skip to content

Commit c55e34f

Browse files
committed
Get ready for release 3.9.2
1 parent b0dd7f5 commit c55e34f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.9.2: 2024-07-21
2+
=================
3+
4+
- track xdis API changes
5+
- Bug fixes and lint
6+
17
3.9.1: 2024-05-15
28
=================
39

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61.2",
3+
"setuptools>=71.0.3",
44
]
55

66
build-backend = "setuptools.build_meta"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pytest
66
Click~=7.0
77
xdis>=6.0.4
88
configobj~=5.0.6
9-
setuptools~=65.5.1
9+
setuptools~=71.0.3

uncompyle6/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# This file is suitable for sourcing inside POSIX shell as
1515
# well as importing into Python
1616
# fmt: off
17-
__version__="3.9.1" # noqa
17+
__version__="3.9.2" # noqa

0 commit comments

Comments
 (0)