Skip to content

Commit aee1002

Browse files
committed
Get ready for release 3.7.5
1 parent 5b03805 commit aee1002

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.7.5
2+
=====
3+
4+
Fix various bugs in fragment semantic actions. This mostly got stale with disuse, and make usable again now that it is used in trepan3k.
5+
6+
17
3.7.4
28
=====
39

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.7.10 3.8.10'
8+
export PYVERSIONS='3.7.11 3.8.11'

admin-tools/setup-python-2.4.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

decompyle3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# This file is suitable for sourcing inside bash as
1414
# well as importing into Python
1515
# fmt: off
16-
__version__="3.7.5.dev0" # noqa
16+
__version__="3.7.5" # noqa

0 commit comments

Comments
 (0)