Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
- fixes several issues with the condition parser
  • Loading branch information
mrbean-bremen committed Jul 24, 2023
1 parent 3b43332 commit 4e49e60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ The released versions correspond to PyPi releases.

## [Version 0.4.0] (Unreleased)

## [Version 0.3.5](https://pypi.python.org/pypi/dicom-validator/0.3.5) (2023-07-24)
Fixes several issues with the condition parser.

### Fixes
* Condition parser: multiple or expressions handled correctly
* Condition parser: handle a few more complicated conditions
Expand All @@ -20,7 +23,7 @@ The released versions correspond to PyPi releases.
### Infrastructure
* Added release workflow

## [Version 0.3.4](https://pypi.python.org/pypi/dicom-validator/0.3.3) (2021-11-22)
## [Version 0.3.4](https://pypi.python.org/pypi/dicom-validator/0.3.4) (2021-11-22)
Fixes a regression introduced with the last release.

### Fixes
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.4.dev0'
__version__ = '0.3.5'

0 comments on commit 4e49e60

Please sign in to comment.