From fab586cb20d90db551dad53964364d268e51d440 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:54:04 +0100 Subject: [PATCH] Bump version to v1.2.34 (#310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 1.2.33 → 1.2.34-dev0 * Bump version: 1.2.34-dev0 → 1.2.34 --------- Co-authored-by: ODA Release Bot --- doc/source/install.rst | 2 +- doc/source/user_guide/TestAPI.ipynb | 4 ++-- doc/source/user_guide/UploadToGallery.ipynb | 2 +- oda_api/pkg_info.json | 2 +- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index d70f58fb..9bedb0b4 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -19,7 +19,7 @@ Development version Download code and contribute ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Source code can be found can be found on github https://github.com/oda-hub/oda_api (see https://github.com/oda-hub/oda_api/archive/refs/tags/v1.2.33.tar.gz for latest release bundle). +Source code can be found can be found on github https://github.com/oda-hub/oda_api (see https://github.com/oda-hub/oda_api/archive/refs/tags/v1.2.34.tar.gz for latest release bundle). To contribute, please feel free to fork the repository, apply your changes, and prepare a pull request. diff --git a/doc/source/user_guide/TestAPI.ipynb b/doc/source/user_guide/TestAPI.ipynb index 7ce96c13..6712acfa 100644 --- a/doc/source/user_guide/TestAPI.ipynb +++ b/doc/source/user_guide/TestAPI.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Quick Start (oda api v1.2.33)" + "# Quick Start (oda api v1.2.34)" ] }, { @@ -1488,7 +1488,7 @@ " 'HDUCLAS2': 'TOTAL',\n", " 'HDUCLAS3': 'RATE',\n", " 'HDUCLASS': 'OGIP',\n", - " 'HDUVERS': '1.2.33',\n", + " 'HDUVERS': '1.2.34',\n", " 'INSTRUME': 'IBIS',\n", " 'ISDCLEVL': 'SPE',\n", " 'LONGSTRN': 'OGIP 1.0',\n", diff --git a/doc/source/user_guide/UploadToGallery.ipynb b/doc/source/user_guide/UploadToGallery.ipynb index ab62f532..e8a5fa21 100644 --- a/doc/source/user_guide/UploadToGallery.ipynb +++ b/doc/source/user_guide/UploadToGallery.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Upload of a product to the gallery (oda api v1.2.33)\n", + "# Upload of a product to the gallery (oda api v1.2.34)\n", "\n", "This notebooks documents the functionality for uploading a data product over the data-product gallery.\n", "\n", diff --git a/oda_api/pkg_info.json b/oda_api/pkg_info.json index d03df017..25389c56 100644 --- a/oda_api/pkg_info.json +++ b/oda_api/pkg_info.json @@ -1 +1 @@ -{"version": "1.2.33"} +{"version": "1.2.34"} diff --git a/setup.cfg b/setup.cfg index 58ebc2b3..81b3c14e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.33 +current_version = 1.2.34 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))?