Skip to content

Commit

Permalink
Get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 16, 2020
1 parent f82a353 commit 1586f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-tools/pyenv-newer-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.5.10 3.6.12 2.6.9 3.3.7 2.7.18 3.2.6 3.1.5 3.4.10 3.7.9 3.8.6 3.9.0'
export PYVERSIONS='3.5.10 3.6.12 2.6.9 3.3.7 2.7.18 3.2.6 3.1.5 3.4.10 3.7.9 3.8.6 3.9.1'
2 changes: 1 addition & 1 deletion xdis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
__version__="5.0.5" # noqa
__version__="5.0.6" # noqa

0 comments on commit 1586f8d

Please sign in to comment.