Skip to content

Commit 3b7e4c1

Browse files
committed
Release 1.14.6
1 parent 4bc3e1e commit 3b7e4c1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

history.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
History
22
=======
33

4+
2025-10-31 / Release v1.14.6
5+
----------------------------
6+
* Silencing debug logs from fiona
7+
48
2025-10-31 / Release v1.14.5
59
----------------------------
610
* Show animations using Ipython.display if running within notebook or Ipython

opendrift/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.14.5"
1+
__version__ = "1.14.6"
22

33

44
def git_describe():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "opendrift"
77
requires-python = ">=3.9"
8-
version = "1.14.5"
8+
version = "1.14.6"
99
description = "OpenDrift - a framework for ocean trajectory modeling"
1010
authors = [
1111
{ name = "Knut-Frode Dagestad", email = "knutfd@met.no" },

0 commit comments

Comments
 (0)