Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 30, 2023
1 parent e4d2c53 commit ddc0858
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v4.4.0 (2023-03-30)
### Feature
* Add hparam tuner ([#31](https://github.com/siemdejong/dpat/issues/31)) ([`b2e4094`](https://github.com/siemdejong/dpat/commit/b2e40942abc3dad0b72499480fe024f56872b6ee))

### Fix
* Run black ([`619679f`](https://github.com/siemdejong/dpat/commit/619679fa3c808b699b16d79bd915d00bbcabca6b))

## v4.3.2 (2023-03-24)
### Fix
* Type error ([`e2af84a`](https://github.com/siemdejong/dpat/commit/e2af84a6474303aec2e2b8d25fdf47468a9cfb3b))
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.3.2"
__version__ = "4.4.0"


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.3.2"
version = "4.4.0"
authors = [
{name="Siem de Jong", email="siem.dejong@hotmail.nl"},
]
Expand Down

0 comments on commit ddc0858

Please sign in to comment.