File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.2.7 2021-08-21
2+ ================
3+
4+ * autoeval now saferepr's its output
5+ * Use uncompyle6 on 3.7 & 3.8 if decompyle3 is not around
6+ * Tolerate having * only* decompile3 installed
7+
8+
191.2.6 2021-07-17
210================
311
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ if ! source ./pyenv-newer-versions ; then
1212 exit $?
1313fi
1414
15+ . ./setup-master.sh
16+
1517cd ..
1618for version in $PYVERSIONS ; do
1719 if ! pyenv local $version ; then
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ if ! source ./pyenv-older-versions ; then
1212 exit $?
1313fi
1414
15+ . ./setup-python-3.2.sh
16+
1517cd ..
1618for version in $PYVERSIONS ; do
1719 if ! pyenv local $version ; then
Original file line number Diff line number Diff line change 55# debugger version number.
66
77# fmt: off
8- __version__ = "1.2.7.dev0 " # noqa
8+ __version__ = "1.2.7" # noqa
You can’t perform that action at this time.
0 commit comments