From 9309ff0bb11f02644466df29af31adc4f59d5e1d Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Sat, 6 Apr 2024 08:00:52 +0200 Subject: [PATCH] Release 0.5.1 - fixes for enum checks --- CHANGES.md | 3 ++- dicom_validator/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2d461d8..a09659f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ # Dicom Validator Release Notes The released versions correspond to PyPi releases. -## Unreleased +## [Version 0.5.1](https://pypi.python.org/pypi/dicom-validator/0.5.0) (2024-04-06) +Fixes for enum checks. ### Features * added checking of enumerated values defined for a specific index diff --git a/dicom_validator/__init__.py b/dicom_validator/__init__.py index d0b2d05..dd9b22c 100644 --- a/dicom_validator/__init__.py +++ b/dicom_validator/__init__.py @@ -1 +1 @@ -__version__ = "0.6.dev0" +__version__ = "0.5.1"