From 70ebd6ac808b8cd62e75485da2503d960aacbb60 Mon Sep 17 00:00:00 2001 From: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:18:10 -0500 Subject: [PATCH 1/5] Update pyproject.toml back to correct rc version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4189703..e5af9ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stitchee" -version = "1.6.0a3" +version = "1.5.0rc4" description = "NetCDF4 Along-existing-dimension Concatenation Service" authors = ["Daniel Kaufman "] readme = "README.md" From a701cea1715fdd8dfa3ae40d70342b354ed697a4 Mon Sep 17 00:00:00 2001 From: stitchee bot Date: Fri, 8 Nov 2024 19:20:13 +0000 Subject: [PATCH 2/5] /version 1.5.0rc5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5af9ac..c27de47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stitchee" -version = "1.5.0rc4" +version = "1.5.0rc5" description = "NetCDF4 Along-existing-dimension Concatenation Service" authors = ["Daniel Kaufman "] readme = "README.md" From 81b4cd08d2a1723f3f928fab4d03fb8f7815f82c Mon Sep 17 00:00:00 2001 From: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:22:58 -0500 Subject: [PATCH 3/5] Update CHANGELOG.md 1.5.0 version date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f105c..81dd54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.5.0] - 2024-10-28 +## [1.5.0] - 2024-11-08 ### Changed - Update tutorial notebook to use PROD instead of UAT and improve readability ([#241](https://github.com/nasa/stitchee/issues/241))([**@danielfromearth**](https://github.com/danielfromearth)) From a5e298533c0a2104b30f1b729efe31c60d88139a Mon Sep 17 00:00:00 2001 From: stitchee bot Date: Fri, 8 Nov 2024 19:24:53 +0000 Subject: [PATCH 4/5] /version 1.5.0rc6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c27de47..40ad7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stitchee" -version = "1.5.0rc5" +version = "1.5.0rc6" description = "NetCDF4 Along-existing-dimension Concatenation Service" authors = ["Daniel Kaufman "] readme = "README.md" From c9c5a9f07a06e607b16a1870d8035bc96b7ac49d Mon Sep 17 00:00:00 2001 From: stitchee bot Date: Fri, 8 Nov 2024 19:31:35 +0000 Subject: [PATCH 5/5] /version 1.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40ad7fc..1558397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stitchee" -version = "1.5.0rc6" +version = "1.5.0" description = "NetCDF4 Along-existing-dimension Concatenation Service" authors = ["Daniel Kaufman "] readme = "README.md"