Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
- some condition parser fixes
  • Loading branch information
mrbean-bremen committed Aug 5, 2024
1 parent 1c18bea commit 2135685
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,7 +1,8 @@
# Dicom Validator Release Notes
The released versions correspond to PyPi releases.

## Unreleased
## [Version 0.6.1](https://pypi.python.org/pypi/dicom-validator/0.6.1) (2024-08-05)
Some condition parser fixes.

### Features
* Attribute conditions that are hard to parse from the spec can be now defined
Expand All @@ -12,7 +13,7 @@ The released versions correspond to PyPi releases.
* Fixed a case of mixed ORed values and conditions.
* Handle ", that is " clause in condition.

## [Version 0.6.0](https://pypi.python.org/pypi/dicom-validator/0.6.0) (0.6.0)
## [Version 0.6.0](https://pypi.python.org/pypi/dicom-validator/0.6.0) (2024-07-15)
Adds Windows executable to GitHub release.

### Features
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.1"

0 comments on commit 2135685

Please sign in to comment.