Skip to content

Commit 6b35e75

Browse files
committed
Bumped version.
1 parent ef59569 commit 6b35e75

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
Changelog
22
---------
33

4+
Version 0.2.3, 23-Jan-2015.
5+
6+
* Unpinned version in setup.py.
7+
* Several small bugs and typos fixes.
8+
49
Version 0.2.2, 18-Aug-2014.
510

611
* Mixed Layer Depth functions.
7-
* Critical depth and Light extintion coefficient.
12+
* Critical depth and Light extinction coefficient.
813
* Contributor: [email protected] | github.com/arnaldorusso
914

1015
Version 0.2.1, 07-Apr-2014.

oceans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.2.2'
3+
__version__ = '0.2.3'
44

55
__all__ = ['RPSstuff',
66
'datasets',

0 commit comments

Comments
 (0)