Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
- adds support for functional group macros
  • Loading branch information
mrbean-bremen committed Aug 13, 2023
1 parent 92f91b1 commit cd1cf66
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Dicom Validator Release Notes
The released versions correspond to PyPi releases.

## [Version 0.4.0] (Unreleased)
## [Version 0.5.0] (Unreleased)

## [Version 0.4.0](https://pypi.python.org/pypi/dicom-validator/0.4.0) (2023-08-13)
Adds support for functional group macros.

### Features
* added support for validating functional group macros, see [#27](../.. /issues/27)
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.4.0"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydicom>=1.1.0
pydicom>=2.3.0
pyfakefs>=3.4.1
pytest
pytest-cov
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pydicom>=1.1.0
pydicom>=2.3.0
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist=py36,py37,py38,py39,py310
envlist=py37,py38,py39,py310,py311

[testenv]
deps = -rrequirements-dev.txt
commands=
python run_tests.py
python -m pytest dicom_validator

0 comments on commit cd1cf66

Please sign in to comment.