Skip to content

Commit

Permalink
Get ready for release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 13, 2024
1 parent 604a852 commit f7bb86f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions admin-tools/setup-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ mydir=$(dirname $bs)
trepan3k_owd=$(pwd)
cd $mydir
. ./checkout_common.sh
fulldir=$(readlink -f $mydir)
(cd $fulldir/.. && \
(cd $mydir/.. && \
setup_version python-uncompyle6 master && \
setup_version python-xdis master && \
setup_version python-filecache master && \
Expand Down
3 changes: 1 addition & 2 deletions admin-tools/setup-python-3.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ trepan3k_owd=$(pwd)
mydir=$(dirname $bs)
cd $mydir
. ./checkout_common.sh
fulldir=$(readlink -f $mydir)
(cd $fulldir/.. && \
(cd $mydir/.. && \
setup_version python-uncompyle6 python-3.0 \
setup_version python-filecache python-3.0 && \
setup_version shell-term-background python-3.0 && \
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.3.0.dev" # noqa
__version__="1.3.0" # noqa

0 comments on commit f7bb86f

Please sign in to comment.