diff --git a/HISTORY.rst b/HISTORY.rst index 6a94f60..66d1aa4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,18 +1,24 @@ Version History =============== -v0.16.0 (2025-12-16) +v0.16.0 (2025-12-17) -------------------- Breaking Changes ^^^^^^^^^^^^^^^^ -* ``clisops``>=0.16.2, ``numpy``>=1.26, and ``xesmf``>=0.9.2 are now required. +* ``clisops``>=0.17.0, ``numpy``>=1.26, and ``xesmf``>=0.9.2 are now required. * Dropped support for Python3.10. Added support for Python3.13. Fixes ^^^^^ * Addressed thousands of `DeprecationWarning` messages emitted from ``xarray`` in the testing suite. +Other Changes +^^^^^^^^^^^^^ +* Updated tests. +* Updated dependencies. +* Pinned ``elasticsearch``\<9.0 to avoid compatibility issues. + v0.15.0 (2025-03-24) -------------------- diff --git a/docs/conf.py b/docs/conf.py index b03c6b6..70c3778 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ # the built documents. # # The short X.Y version. -version = "0.15.0" +version = "0.16.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 5e87327..d91b91c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.15.0" +current_version = "0.16.0" commit = true commit_args = "--no-verify" tag = false diff --git a/src/daops/__init__.py b/src/daops/__init__.py index eadc2e1..a0186f2 100644 --- a/src/daops/__init__.py +++ b/src/daops/__init__.py @@ -3,7 +3,7 @@ __author__ = """Elle Smith""" __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018-2025 United Kingdom Research and Innovation" -__version__ = "0.15.0" +__version__ = "0.16.0" from functools import lru_cache