From 2cbbec0cebe48c8f4f65c217b1c40b3826038cce Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 9 May 2026 10:31:16 +0200 Subject: [PATCH] Update to v1.6.0 --- CITATION.cff | 4 ++-- conda_package/mpas_tools/__init__.py | 2 +- conda_package/recipe/recipe.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1289a84f1..337adc3ec 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -79,5 +79,5 @@ authors: family-names: Smith repository-code: 'https://github.com/MPAS-Dev/MPAS-Tools' url: 'https://mpas-dev.github.io/MPAS-Tools/master/' -version: 1.5.1 -date-released: '2026-04-22' +version: 1.6.0 +date-released: '2026-05-09' diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index bddeeb616..f0c86403d 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 5, 1) +__version_info__ = (1, 6, 0) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/conda_package/recipe/recipe.yaml b/conda_package/recipe/recipe.yaml index 1be7f45ea..e8754f81f 100644 --- a/conda_package/recipe/recipe.yaml +++ b/conda_package/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: name: mpas_tools - version: 1.5.1 + version: 1.6.0 package: name: ${{ name | lower }}