From b6fb921134c49d97ad797b727338d4f2d2cc287d Mon Sep 17 00:00:00 2001 From: Lexy Andati Date: Fri, 16 Dec 2022 12:13:03 +0200 Subject: [PATCH] Bump to version 0.1.6 Update history --- HISTORY.rst | 5 +++++ smops/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 22392d4..27e2bef 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.1.6 (2022-12-16) +------------------ +* Removed stimela2 as a dependency + + 0.1.5 (2022-12-7) ------------------ * Fixes error with ones rather than zero in the background diff --git a/smops/__init__.py b/smops/__init__.py index b366ebc..58b8614 100644 --- a/smops/__init__.py +++ b/smops/__init__.py @@ -2,4 +2,4 @@ __author__ = AUTHOR = """L Andati""" __email__ = EMAIL = 'landati@duck.com' -__version__ = VERSION = '0.1.5' +__version__ = VERSION = '0.1.6'