Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
- adds enum checks, fixes a regression
  • Loading branch information
mrbean-bremen committed Jan 25, 2024
1 parent d6ff7da commit d0c6ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Dicom Validator Release Notes
The released versions correspond to PyPi releases.

## [Version 0.5.0] (Unreleased)
## [Version 0.5.0](https://pypi.python.org/pypi/dicom-validator/0.5.0) (2024-01-25)
Adds enum checks and fixes a regression.

### Features
* added checking of most enumerated values (see [#54](../../issues/54))

### Fixes
* fixed a regression that causes an exception in the DICOM dump tool
* fixed a regression that causes an exception in the DICOM dump tool (see [#77](../../issues/77))

### Infrastructure
* added CI tests for Python 3.12
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.5.dev0"
__version__ = "0.6.dev0"

0 comments on commit d0c6ebd

Please sign in to comment.