diff --git a/history.rst b/history.rst index d2b594d4e..32ba7d5d2 100644 --- a/history.rst +++ b/history.rst @@ -1,10 +1,13 @@ History ======= -Next release ------------- +2024-07-04 / Release v1.11.11 +----------------------------- * New feature by TheSylex to move stranded particles closer to the actual coastline with a precision given by config setting `general:coastline_approximation_precision` in unit of degrees (1deg approx 111 km) * Major updates to OpenBerg iceberg drift model (Achref Othmani, Lenny Hucher) +* Changed location to Norway for oil HEIDRUN AARE 2023 +* Replacing matplotlib.cm.get_cmap with matplotlib.colormaps[color], ready for matplotlib 3.9 +* Requiring Trajan >= 0.6.3 for Numpy >= 2.0 2024-06-27 / Release v1.11.10 ----------------------------- diff --git a/opendrift/version.py b/opendrift/version.py index b2a4881e6..0c7045ff8 100644 --- a/opendrift/version.py +++ b/opendrift/version.py @@ -1,4 +1,4 @@ -__version__ = "1.11.10" +__version__ = "1.11.11" def git_describe(): diff --git a/pyproject.toml b/pyproject.toml index 07b48c05c..aeb7aa533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "opendrift" -version = "1.11.10" +version = "1.11.11" description = "OpenDrift - a framework for ocean trajectory modeling" authors = ["Knut-Frode Dagestad ", "Gaute Hope "] license = "GPLv2"