Skip to content

Commit

Permalink
Merge pull request #671 from British-Oceanographic-Data-Centre/prepar…
Browse files Browse the repository at this point in the history
…e-release

correct release
  • Loading branch information
soutobias authored Dec 11, 2023
2 parents 4998416 + 9e7eb0a commit ca27656
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_test_contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca27656

Please sign in to comment.