File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ mydir=$(dirname $bs)
1212trepan3k_owd=$( pwd)
1313cd $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 && \
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ trepan3k_owd=$(pwd)
1414mydir=$( dirname $bs )
1515cd $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 && \
Original file line number Diff line number Diff line change 55# debugger version number.
66
77# fmt: off
8- __version__ = "1.3.0.dev " # noqa
8+ __version__ = "1.3.0" # noqa
You can’t perform that action at this time.
0 commit comments