Skip to content

Commit abe5e98

Browse files
author
rocky
committed
Merge branch 'master' into python-3.6-to-3.10
2 parents b483328 + 50ac992 commit abe5e98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin-tools/checkout_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function setup_version {
88
local repo=$1
99
version=$2
1010
echo Running setup $version on $repo ...
11-
(cd ./$repo && . ./admin-tools/setup-${version}.sh)
11+
(cd ../$repo && . ./admin-tools/setup-${version}.sh)
1212
return $?
1313
}
1414

xasm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# space around "=" below.
66

77
# fmt: off
8-
__version__="1.2.1" # noqa
8+
__version__="1.2.2.dev0" # noqa

0 commit comments

Comments
 (0)