From 966ef2b4e998e80731629ffd26d9fef74a60c9e9 Mon Sep 17 00:00:00 2001 From: "Wetzel, James" Date: Mon, 11 Sep 2023 16:09:27 -0400 Subject: [PATCH] bumping version and adding changelog --- CHANGELOG.md | 1 + deid/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93c378..b7df19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are: Referenced versions in headers are tagged on Github, in parentheses are for pypi. ## [vxx](https://github.com/pydicom/deid/tree/master) (master) +- Exception with missing filters for non-string VR [#256](https://github.com/pydicom/deid/issues/256) (0.3.23) - Allow filter tag names to be 0x-prefix hex numbers so private tags can be referenced in recipes [#253](https://github.com/pydicom/deid/issues/253) (0.3.22) - Fix incorrect coordinate definition for GE CT [#249](https://github.com/pydicom/deid/issues/249) - Circular import error [#247](https://github.com/pydicom/deid/issues/247) (0.3.21) diff --git a/deid/version.py b/deid/version.py index 64c2e5e..7b788d5 100644 --- a/deid/version.py +++ b/deid/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2016-2023, Vanessa Sochat" __license__ = "MIT" -__version__ = "0.3.22" +__version__ = "0.3.23" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsoch@users.noreply.github.com" NAME = "deid"