Skip to content

Commit f7bb86f

Browse files
committed
Get ready for release 1.3.0
1 parent 604a852 commit f7bb86f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

admin-tools/setup-master.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ mydir=$(dirname $bs)
1212
trepan3k_owd=$(pwd)
1313
cd $mydir
1414
. ./checkout_common.sh
15-
fulldir=$(readlink -f $mydir)
16-
(cd $fulldir/.. && \
15+
(cd $mydir/.. && \
1716
setup_version python-uncompyle6 master && \
1817
setup_version python-xdis master && \
1918
setup_version python-filecache master && \

admin-tools/setup-python-3.0.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ trepan3k_owd=$(pwd)
1414
mydir=$(dirname $bs)
1515
cd $mydir
1616
. ./checkout_common.sh
17-
fulldir=$(readlink -f $mydir)
18-
(cd $fulldir/.. && \
17+
(cd $mydir/.. && \
1918
setup_version python-uncompyle6 python-3.0 \
2019
setup_version python-filecache python-3.0 && \
2120
setup_version shell-term-background python-3.0 && \

trepan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# debugger version number.
66

77
# fmt: off
8-
__version__="1.3.0.dev" # noqa
8+
__version__="1.3.0" # noqa

0 commit comments

Comments
 (0)