From e53578381d0ddcf2cc3ce00f107b9e6d00069fdf Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Mon, 9 Dec 2024 13:10:33 +0000 Subject: [PATCH] chore: update version + change log --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6573201..0ba2e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 =================================================================== +## [1.1.0.dev000002] - 2024-12-09 +### Fixed +- [#71](https://github.com/unity-sds/mdps-ds-lib/pull/71) fix: no stage out file to s3 if empty + ## [1.1.0.dev000001] - 2024-12-09 ### Fixed - [#70](https://github.com/unity-sds/mdps-ds-lib/pull/70) fix: catalog links should not have colon diff --git a/pyproject.toml b/pyproject.toml index 75c52a6..dfe18bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.0.dev000001" +version="1.1.0.dev000002" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"