Skip to content

Commit

Permalink
4.14.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 24, 2023
1 parent 1eafdef commit 2e788c2
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.14.1 (2023-04-24)
### Fix
* Don't try to open augmented set if not exists ([`bf33e12`](https://github.com/siemdejong/dpat/commit/bf33e12ca961276f765c6f092f242c5bd919154c))

## v4.14.0 (2023-04-24)
### Feature
* Do data augmentation in feature space ([`2d0fa05`](https://github.com/siemdejong/dpat/commit/2d0fa058f510ddc0eade62446d9f0a52803c717d))
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.14.0"
__version__ = "4.14.1"


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.14.0"
version = "4.14.1"
authors = [
{name="Siem de Jong", email="[email protected]"},
]
Expand Down

0 comments on commit 2e788c2

Please sign in to comment.