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 2af5a88
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.

## [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 +19,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
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.4.1"

0 comments on commit 2af5a88

Please sign in to comment.