Skip to content

Commit

Permalink
Get ready for release 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 11, 2021
1 parent 5b03805 commit aee1002
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.7.5
=====

Fix various bugs in fragment semantic actions. This mostly got stale with disuse, and make usable again now that it is used in trepan3k.


3.7.4
=====

Expand Down
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.7.10 3.8.10'
export PYVERSIONS='3.7.11 3.8.11'
16 changes: 0 additions & 16 deletions admin-tools/setup-python-2.4.sh

This file was deleted.

2 changes: 1 addition & 1 deletion decompyle3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# This file is suitable for sourcing inside bash as
# well as importing into Python
# fmt: off
__version__="3.7.5.dev0" # noqa
__version__="3.7.5" # noqa

0 comments on commit aee1002

Please sign in to comment.