From 411d895df12d3b0340f45b242998c9b31204bacb Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Mon, 5 Aug 2024 14:07:48 +0200 Subject: [PATCH] bump: version 6.5.17a1 -> 6.5.17 --- README.md | 2 +- VERSION | 2 +- docs/changelog.md | 6 ++++++ docs/input4MIPs_datasets_CMIP6Plus.html | 2 +- docs/input4MIPs_files_CMIP6Plus.html | 2 +- python-packages/input4MIPs-CVs/pyproject.toml | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04b05a16..e1efd744 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # input4MIPs_CVs -[![Latest release](https://img.shields.io/badge/Latest%20release-v6.5.16-brightgreen.svg)](https://github.com/PCMDI/input4MIPs_CVs/releases/tag/v6.5.16) +[![Latest release](https://img.shields.io/badge/Latest%20release-v6.5.17-brightgreen.svg)](https://github.com/PCMDI/input4MIPs_CVs/releases/tag/v6.5.17) [![DOI (all versions)](https://zenodo.org/badge/doi/10.5281/zenodo.12629796.svg)](https://zenodo.org/doi/10.5281/zenodo.12629796) Controlled Vocabularies (CVs) for use in input4MIPs diff --git a/VERSION b/VERSION index fbcfe286..4d7b0105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.17a1 +6.5.17 diff --git a/docs/changelog.md b/docs/changelog.md index 9053375c..cd7cc163 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,12 @@ of rst and use slightly different categories. +## Input4MIPs CVs v6.5.17 (2024-08-05) + + +No significant changes. + + ## Input4MIPs CVs v6.5.16 (2024-08-05) diff --git a/docs/input4MIPs_datasets_CMIP6Plus.html b/docs/input4MIPs_datasets_CMIP6Plus.html index 707088c7..c8c65129 100644 --- a/docs/input4MIPs_datasets_CMIP6Plus.html +++ b/docs/input4MIPs_datasets_CMIP6Plus.html @@ -21,7 +21,7 @@ Input4MIPs CMIP6Plus datasets -

Input4MIPs CMIP6Plus datasets: v6.5.17a1

+

Input4MIPs CMIP6Plus datasets: v6.5.17

diff --git a/docs/input4MIPs_files_CMIP6Plus.html b/docs/input4MIPs_files_CMIP6Plus.html index bca15e35..f053af3a 100644 --- a/docs/input4MIPs_files_CMIP6Plus.html +++ b/docs/input4MIPs_files_CMIP6Plus.html @@ -21,7 +21,7 @@ Input4MIPs CMIP6Plus files -

Input4MIPs CMIP6Plus files: v6.5.17a1

+

Input4MIPs CMIP6Plus files: v6.5.17

diff --git a/python-packages/input4MIPs-CVs/pyproject.toml b/python-packages/input4MIPs-CVs/pyproject.toml index 2d02ad1b..840e48e3 100644 --- a/python-packages/input4MIPs-CVs/pyproject.toml +++ b/python-packages/input4MIPs-CVs/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "typer==0.12.3", ] name = "input4MIPs-CVs" -version = "6.5.17a1" +version = "6.5.17" description = """Python tooling to help with the input4MIPs-CVs repository At the moment, intended for internal use only."""