From 60e15737cf270f3dcd933b1bdb7a7e52bd2b1000 Mon Sep 17 00:00:00 2001 From: Bryan Larson Date: Wed, 16 Oct 2024 17:08:16 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/hms-dbmi/ppm-utils/compare/v3.0.1...v3.0.2) (2024-10-16) ### Bug Fixes * **fhir:** Another attempt at fix for no consent exceptions ([9b5f5f3](https://github.com/hms-dbmi/ppm-utils/commit/9b5f5f37f79baa9e2bc625b1fde41297a7f42dcd)) --- CHANGELOG.md | 7 +++++++ ppmutils/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf42ae..7bd4737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/hms-dbmi/ppm-utils/compare/v3.0.1...v3.0.2) (2024-10-16) + + +### Bug Fixes + +* **fhir:** Another attempt at fix for no consent exceptions ([9b5f5f3](https://github.com/hms-dbmi/ppm-utils/commit/9b5f5f37f79baa9e2bc625b1fde41297a7f42dcd)) + ## [3.0.1](https://github.com/hms-dbmi/ppm-utils/compare/v3.0.0...v3.0.1) (2024-10-16) diff --git a/ppmutils/__init__.py b/ppmutils/__init__.py index aa5678d..e4517cc 100644 --- a/ppmutils/__init__.py +++ b/ppmutils/__init__.py @@ -3,7 +3,7 @@ """ __title__ = "PPM Utils" -__version__ = "3.0.1" +__version__ = "3.0.2" __author__ = "Bryan Larson" __license__ = "BSD 2-Clause" __copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"