From a2dff7565a6b5e7f496abeb8236c760cfe9903cd Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Thu, 19 Dec 2024 19:22:43 +0100 Subject: [PATCH] Release 0.6.4 - fixes an issue in checking enum values --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ff9161a..ec66511 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,15 @@ # Dicom Validator Release Notes The released versions correspond to PyPi releases. +## [Version 0.6.4](https://pypi.python.org/pypi/dicom-validator/0.6.4) (2024-12-19) +Bugfix release. + ### Fixes * fixed handling of empty type 2 enumerated values (see [#147](../../issues/147)) ### Infrastructure * update the tests for current version 2024e +* added CI tests for Python 3.13 ## [Version 0.6.3](https://pypi.python.org/pypi/dicom-validator/0.6.3) (2024-10-24) Bugfix release.