Skip to content

Commit

Permalink
Release 0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z2v committed Jan 31, 2020
1 parent e3e8c7d commit b57a173
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions WHATS_NEW.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Release notes: Highlights of new features
=========================================
For latest changes see http://github.com/robclewley/pydstool

Version 0.91.0 01 Feb 2020
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Fixed code to support scipy 1.4+

Thanks to Daniel Bliss for contributing patch.

Version 0.90.3 20 Aug 2019
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Removed support for Python < 3.6 (#146)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import sys

MAJOR = 0
MINOR = 90
MICRO = 3
MINOR = 91
MICRO = 0
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit b57a173

Please sign in to comment.