diff --git a/HISTORY.rst b/HISTORY.rst index 27e2bef..4df820b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ ======= History ======= +0.1.7 (2023-04-07) +------------------ +* Return stimela as a dependency +* Allow NaN values while dealing with interpolations, issue #5 + 0.1.6 (2022-12-16) ------------------ diff --git a/smops/__init__.py b/smops/__init__.py index 58b8614..acb7880 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.6' +__version__ = VERSION = '0.1.7'