Skip to content

Commit b57a173

Browse files
committed
Release 0.91.0
1 parent e3e8c7d commit b57a173

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

WHATS_NEW.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Release notes: Highlights of new features
22
=========================================
33
For latest changes see http://github.com/robclewley/pydstool
44

5+
Version 0.91.0 01 Feb 2020
6+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7+
* Fixed code to support scipy 1.4+
8+
9+
Thanks to Daniel Bliss for contributing patch.
10+
511
Version 0.90.3 20 Aug 2019
612
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
713
* Removed support for Python < 3.6 (#146)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
import sys
2727

2828
MAJOR = 0
29-
MINOR = 90
30-
MICRO = 3
29+
MINOR = 91
30+
MICRO = 0
3131
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
3232

3333

0 commit comments

Comments
 (0)