Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
- fixes an issue in checking enum values
  • Loading branch information
mrbean-bremen committed Dec 19, 2024
1 parent 27234b4 commit cd8be4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dicom_validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.dev0"
__version__ = "0.6.4"

0 comments on commit cd8be4f

Please sign in to comment.