Skip to content

Commit

Permalink
Get ready for release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 17, 2021
1 parent 374d09a commit 6c2a543
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin-tools/pyenv-newer-versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
exit 1
fi

export PYVERSIONS='3.6.13 3.7.10 3.8.10 3.9.5'
export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6'
1 change: 0 additions & 1 deletion trepan/lib/pp.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def pp(val, display_width, msg_nocr, msg, prefix=None):
pass
if isinstance(val, list) or isinstance(val, tuple):
if not pprint_simple_array(val, display_width, msg_nocr, msg, " "):
print("Can't print_simple_array")
msg(" " + pprint.pformat(val)[:MAX_PP_LENGTH])
pass
pass
Expand Down
2 changes: 1 addition & 1 deletion trepan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# debugger version number.

# fmt: off
__version__="1.2.6.dev0" # noqa
__version__="1.2.6" # noqa

0 comments on commit 6c2a543

Please sign in to comment.