From 4bbd22a35fccf8bdfb73a0d6a299f5d8739579d6 Mon Sep 17 00:00:00 2001 From: ocefpaf Date: Thu, 30 Jul 2015 13:55:44 -0300 Subject: [PATCH] Bumped version --- CHANGES.txt | 5 +++++ oceans/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b7afafd..5ba16a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Changelog --------- +Version 0.2.5, 30-Jul-2015. + +* Lazy imports. +* Several minor bug fixes. + Version 0.2.4, 05-May-2015. * Added `woa_profile`. diff --git a/oceans/__init__.py b/oceans/__init__.py index 6cec248..daea7df 100644 --- a/oceans/__init__.py +++ b/oceans/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.4' +__version__ = '0.2.5' __all__ = ['RPSstuff',