From 790a0b9797a2e1f00bedaa960a4a2eb139e8d6d8 Mon Sep 17 00:00:00 2001 From: Bryan Larson Date: Mon, 16 Sep 2024 16:03:21 +0000 Subject: [PATCH] chore(release): 1.0.3-rc.1 [skip ci] ## [1.0.3-rc.1](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.2...v1.0.3-rc.1) (2024-09-16) ### Bug Fixes * **requirements:** Updated Python requirements ([8ab6c09](https://github.com/hms-dbmi/dbmi-fileservice/commit/8ab6c09b467771e682f5fac97be6276824713c3e)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178973a..ac9ca11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3-rc.1](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.2...v1.0.3-rc.1) (2024-09-16) + + +### Bug Fixes + +* **requirements:** Updated Python requirements ([8ab6c09](https://github.com/hms-dbmi/dbmi-fileservice/commit/8ab6c09b467771e682f5fac97be6276824713c3e)) + ## [1.0.2](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.1...v1.0.2) (2024-09-04) diff --git a/pyproject.toml b/pyproject.toml index 4220615..f3e37cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbmi-fileservice" -version = "1.0.2" +version = "1.0.3-rc.1" description = "The file service for DBMI services" readme = "README.md" requires-python = ">=3.9"