Skip to content

Commit

Permalink
4.13.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 21, 2023
1 parent 446bb2b commit ce9c111
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion dpat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

logging.getLogger("dpat").addHandler(logging.NullHandler())

__version__ = "4.13.1"
__version__ = "4.13.2"


def install_windows(vipsbin: str):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
]
Expand Down

0 comments on commit ce9c111

Please sign in to comment.