File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ v0.9.6
2
+ ======
3
+ - Maintainence release of 0.9.x branch
4
+
5
+ v0.9.5
6
+ ======
7
+ - Invalidated release: use pyodeint >0.9 instead
8
+
1
9
v0.9.4
2
10
======
3
11
- Only require C++11
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- if [[ $( git rev-parse --abbrev-ref HEAD) != master ]]; then
3
- echo " We are not on the master branch. Aborting..."
4
- exit 1
5
- fi
2
+ # if [[ $(git rev-parse --abbrev-ref HEAD) != master ]]; then
3
+ # echo "We are not on the master branch. Aborting..."
4
+ # exit 1
5
+ # fi
6
6
if [[ ! -z $( git status -s) ]]; then
7
7
echo " 'git status' show there are some untracked/uncommited changes. Aborting..."
8
8
exit 1
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ if [[ -d $tmpdir/.gh-pages-skeleton ]]; then
58
58
cp -r $tmpdir /.gh-pages-skeleton/. .
59
59
fi
60
60
if [[ " $tag " == v* ]]; then
61
- ln -s $tag latest
62
61
commit_msg=" Release docs for $tag "
63
62
else
64
63
if [[ $preexisting == 1 ]]; then
You can’t perform that action at this time.
0 commit comments