From 0ac868aa922a76c40b8211967cf9092a11403764 Mon Sep 17 00:00:00 2001 From: tobfer Date: Mon, 11 Dec 2023 15:40:46 +0000 Subject: [PATCH 1/2] correct release --- .github/workflows/unit_test_contents.yml | 2 ++ .github/workflows/verify_package.yml | 2 ++ CITATION.cff | 6 +++--- setup.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit_test_contents.yml b/.github/workflows/unit_test_contents.yml index 8f3ef21a..1c5d830d 100644 --- a/.github/workflows/unit_test_contents.yml +++ b/.github/workflows/unit_test_contents.yml @@ -23,6 +23,8 @@ jobs: sudo apt-get install -y libgeos-dev pip install cartopy==0.21.0 pip install zarr + pip install xarray[complete] + pip install aiohttp requests python unit_testing/generate_unit_test_contents.py - name: Commit changes run: | diff --git a/.github/workflows/verify_package.yml b/.github/workflows/verify_package.yml index 86ad4cdf..53acbc1f 100644 --- a/.github/workflows/verify_package.yml +++ b/.github/workflows/verify_package.yml @@ -35,4 +35,6 @@ jobs: sudo apt-get install -y libgeos-dev pip install cartopy==0.21.0 pip install zarr + pip install xarray[complete] + pip install aiohttp requests pytest tests diff --git a/CITATION.cff b/CITATION.cff index eae390c2..98910ad1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -46,6 +46,6 @@ authors: - family-names: "de Mora" given-names: "Lee" orcid: "https://orcid.org/0000-0002-5080-3149" -title: "British-Oceanographic-Data-Centre/COAsT: v3.2.2" -version: v3.2.2 -date-released: 2023-12-06 +title: "British-Oceanographic-Data-Centre/COAsT: v3.3.0" +version: v3.3.0 +date-released: 2023-12-11 diff --git a/setup.py b/setup.py index 9cc4c315..c9caa61e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PACKAGE = SimpleNamespace( **{ "name": "COAsT", - "version": "3.2.2", + "version": "3.3.0", "description": "This is the Coast Ocean Assessment Tool", "long_description": long_description, "long_description_content_type": "text/markdown", From 9e7eb0a7198f94838197dd554f10bedcb26399fc Mon Sep 17 00:00:00 2001 From: tobfer Date: Mon, 11 Dec 2023 16:47:38 +0000 Subject: [PATCH 2/2] correct zarr installation on workflows --- .github/workflows/verify_package.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/verify_package.yml b/.github/workflows/verify_package.yml index 53acbc1f..86ad4cdf 100644 --- a/.github/workflows/verify_package.yml +++ b/.github/workflows/verify_package.yml @@ -35,6 +35,4 @@ jobs: sudo apt-get install -y libgeos-dev pip install cartopy==0.21.0 pip install zarr - pip install xarray[complete] - pip install aiohttp requests pytest tests