From 006b2a0ef4b37a1fad338a9e06e7abc6016495c5 Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Tue, 7 Nov 2023 22:33:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.45-dev0=20=E2=86=92=201.1?= =?UTF-8?q?.45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/source/install.rst | 2 +- doc/source/user_guide/TestAPI.ipynb | 2 +- doc/source/user_guide/UploadToGallery.ipynb | 2 +- oda_api/pkg_info.json | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 793490ad..12ca30a3 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.1.45-dev0.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.1.45.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 421a9d58..f76abfb4 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.1.45-dev0)" + "# Quick Start (oda api v1.1.45)" ] }, { diff --git a/doc/source/user_guide/UploadToGallery.ipynb b/doc/source/user_guide/UploadToGallery.ipynb index df7e458d..6fd864ee 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.1.45-dev0)\n", + "# Upload of a product to the gallery (oda api v1.1.45)\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 c07542ef..7766cc74 100644 --- a/oda_api/pkg_info.json +++ b/oda_api/pkg_info.json @@ -1 +1 @@ -{"version": "1.1.45-dev0"} +{"version": "1.1.45"} diff --git a/setup.cfg b/setup.cfg index f541c265..ee1e1b32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.45-dev0 +current_version = 1.1.45 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))?