diff --git a/CHANGELOG.md b/CHANGELOG.md index e87d2ee..51ebf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v4.13.2 (2023-04-21) +### Fix +* Use clinical_context attr for export ([`446bb2b`](https://github.com/siemdejong/dpat/commit/446bb2b87cd12eea5f2dc3024229de13f9ced49d)) + ## v4.13.1 (2023-04-21) ### Fix * Alter seed config space ([`e8a652e`](https://github.com/siemdejong/dpat/commit/e8a652e31f250686da0c345131cd863148f0c34c)) diff --git a/dpat/__init__.py b/dpat/__init__.py index b4f9b53..793b61c 100644 --- a/dpat/__init__.py +++ b/dpat/__init__.py @@ -10,7 +10,7 @@ logging.getLogger("dpat").addHandler(logging.NullHandler()) -__version__ = "4.13.1" +__version__ = "4.13.2" def install_windows(vipsbin: str): diff --git a/pyproject.toml b/pyproject.toml index b8d0797..a743daa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dpat" -version = "4.13.1" +version = "4.13.2" authors = [ {name="Siem de Jong", email="siem.dejong@hotmail.nl"}, ]