Skip to content

Commit

Permalink
Fix date.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Jan 6, 2024
1 parent f388326 commit 03647dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
releases are available on [PyPI](https://pypi.org/project/pytask) and
[Anaconda.org](https://anaconda.org/conda-forge/pytask).

## 0.4.5 - 2024-01-05
## 0.4.5 - 2024-01-08

- {pull}`515` enables tests with graphviz in CI. Thanks to {user}`NickCrews`.
- {pull}`517` raises an error when the configuration file contains a non-existing path
(fixes #514). It also warns if the path is configured as a string and not a list of
(fixes #514). It also warns if the path is configured as a string, not a list of
strings.
- {pull}`519` raises an error when builtin functions are wrapped with
{func}`~pytask.task`. Closes {issue}`512`.
Expand Down

0 comments on commit 03647dc

Please sign in to comment.