Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
- fixes some issues with the condition parser
  • Loading branch information
mrbean-bremen committed Nov 9, 2023
1 parent 0d8d4f4 commit 8971fff
Showing 1 changed file with 4 additions and 1 deletion.
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.5.0] (Unreleased)

## [Version 0.4.1](https://pypi.python.org/pypi/dicom-validator/0.4.1) (2023-11-09)
Mostly a bugfix release for the condition parser.

### Changes
* removed official support for Python 3.7 which has reached end of life

Expand All @@ -18,7 +21,7 @@ The released versions correspond to PyPi releases.
the condition used equality comparison (see [#58](../.. /issues/58))

### Changes
* `lxml` is used instead of `xml` to speedup the xml parsing
* `lxml` is used instead of `xml` to speed up the xml parsing

### Infrastructure
* use `pyproject.toml` instead of `setup.py`
Expand Down

0 comments on commit 8971fff

Please sign in to comment.