Skip to content

Commit

Permalink
Merge pull request #48 from ocefpaf/bump_version
Browse files Browse the repository at this point in the history
Bump to 0.4.0
  • Loading branch information
ocefpaf authored Oct 27, 2016
2 parents e553684 + 395d55b commit 6ac64a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
---------

Version 0.4.0, 27-Oct-2016.

* re-written `get_isobath` function that uses latest matplotlib contour machinery.
* Use integer indexes to fix `numpy` deprecations.
* Change license from MIT to BSD 3-Clause.

Version 0.3.0, 17-Aug-2016.

* Fix `nanmean` and `nanstd` removed from latest `scipy`.

Version 0.2.5, 30-Jul-2015.

* Lazy imports.
Expand Down
2 changes: 1 addition & 1 deletion oceans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.0'
__version__ = '0.4.0'


__all__ = ['RPSstuff',
Expand Down

0 comments on commit 6ac64a3

Please sign in to comment.