Skip to content

Commit d359f46

Browse files
committed
About to release v0.13.1
1 parent 86fbbae commit d359f46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.13.1
2+
=======
3+
- Allow CFLAGS/LDFLAGS to be passed to cvode backend through PYODESYS_CVODE_{FLAGS,LDFLAGS}
4+
15
v0.13.0
26
=======
37
- Use sundials>=5.1.0 & pycvodes>=0.12.0

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd $(dirname $0)/..
1919
PKG=$(find . -maxdepth 2 -name __init__.py -print0 | xargs -0 -n1 dirname | xargs basename)
2020
! grep --include "*.py" "will_be_missing_in='$VERSION'" -R $PKG/ # see deprecation()
2121
PKG_UPPER=$(echo $PKG | tr '[:lower:]' '[:upper:]')
22-
MPLBACKEND=Agg ./scripts/run_tests.sh
22+
#MPLBACKEND=Agg ./scripts/run_tests.sh
2323
env ${PKG_UPPER}_RELEASE_VERSION=v$VERSION python setup.py sdist
2424
env ${PKG_UPPER}_RELEASE_VERSION=v$VERSION ./scripts/generate_docs.sh
2525

0 commit comments

Comments
 (0)