Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
## 0.3.2 - 2023-xx-xx

- {pull}`345` updates the version numbers in animations.
- {pull}`352` publishes `db` that is required by pytask-environment.

## 0.3.1 - 2023-12-25

Expand Down
2 changes: 2 additions & 0 deletions src/pytask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from _pytask.compat import import_optional_dependency
from _pytask.config import hookimpl
from _pytask.console import console
from _pytask.database_utils import db
from _pytask.exceptions import CollectionError
from _pytask.exceptions import ConfigurationError
from _pytask.exceptions import ExecutionError
Expand Down Expand Up @@ -97,6 +98,7 @@
"cli",
"console",
"count_outcomes",
"db",
"depends_on",
"format_exception_without_traceback",
"get_all_marks",
Expand Down