From 4e02e2e8ed7d67dbefe25c626c6c39ca44dff7fa Mon Sep 17 00:00:00 2001 From: Bryan Larson Date: Tue, 24 Sep 2024 13:21:22 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/hms-dbmi/hypatio-app/compare/v1.1.1...v1.1.2) (2024-09-24) ### Bug Fixes * **requirements:** Updated Python requirements ([f3478e4](https://github.com/hms-dbmi/hypatio-app/commit/f3478e43d9acb0387b1223f5f8347661c4e9ae51)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4503820..20531e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/hms-dbmi/hypatio-app/compare/v1.1.1...v1.1.2) (2024-09-24) + + +### Bug Fixes + +* **requirements:** Updated Python requirements ([f3478e4](https://github.com/hms-dbmi/hypatio-app/commit/f3478e43d9acb0387b1223f5f8347661c4e9ae51)) + ## [1.1.2-rc.1](https://github.com/hms-dbmi/hypatio-app/compare/v1.1.1...v1.1.2-rc.1) (2024-09-23) diff --git a/pyproject.toml b/pyproject.toml index 1f25a6f..13e436e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbmi-data-portal" -version = "1.1.2-rc.1" +version = "1.1.2" description = "A portal for hosting and managing access to DBMI-provided datasets" readme = "README.md" requires-python = ">=3.9"