Skip to content

Commit

Permalink
Changing version number
Browse files Browse the repository at this point in the history
v1.6.0 fixes
  • Loading branch information
hvarg authored Dec 1, 2020
2 parents 9574979 + 84d75cd commit 70628b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate-client-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for file in $(ls *.bk); do
done
popd

pushd docs/modelcatalog/models/
pushd modelcatalog/models/
for file in $(ls *.py); do
sed -i '.bk' 's/AnyOf[a-zA-Z]*/object/g' $file
done
Expand Down
2 changes: 1 addition & 1 deletion generate-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for file in $(ls *.md); do
done
popd

pushd docs/modelcatalog/models/
pushd modelcatalog/models/
for file in $(ls *.py); do
sed -i 's/AnyOf[a-zA-Z]*/object/g' $file
done
Expand Down

0 comments on commit 70628b1

Please sign in to comment.