We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef59569 commit 6b35e75Copy full SHA for 6b35e75
CHANGES.txt
@@ -1,10 +1,15 @@
1
Changelog
2
---------
3
4
+Version 0.2.3, 23-Jan-2015.
5
+
6
+* Unpinned version in setup.py.
7
+* Several small bugs and typos fixes.
8
9
Version 0.2.2, 18-Aug-2014.
10
11
* Mixed Layer Depth functions.
-* Critical depth and Light extintion coefficient.
12
+* Critical depth and Light extinction coefficient.
13
* Contributor: [email protected] | github.com/arnaldorusso
14
15
Version 0.2.1, 07-Apr-2014.
oceans/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = '0.2.2'
+__version__ = '0.2.3'
__all__ = ['RPSstuff',
'datasets',
0 commit comments