Skip to content

Commit 7bb25e3

Browse files
authored
Prepare release of v0.5. (#110)
1 parent b05a7d6 commit 7bb25e3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/source/changes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55
releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
66
[Anaconda.org](https://anaconda.org/conda-forge/pytask-parallel).
77

8-
## 0.5.0 - 2024-xx-xx
8+
## 0.5.0 - 2024-05-26
99

1010
- {pull}`85` simplifies code since loky is a dependency.
1111
- {pull}`86` adds support for dask.
@@ -29,6 +29,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
2929
tasks are submitted.
3030
- {pull}`107` removes status from `pytask_execute_task_log_start` hook call.
3131
- {pull}`109` improves the documentation.
32+
- {pull}`110` prepares the release of v0.5.
3233

3334
## 0.4.1 - 2024-01-12
3435

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"cloudpickle",
1616
"loky",
1717
"pluggy>=1.0.0",
18-
"pytask>=0.4.5",
18+
"pytask>=0.5.0",
1919
"rich",
2020
]
2121
dynamic = ["version"]

tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ package = editable
88
[testenv:typing]
99
deps =
1010
mypy
11-
git+https://github.com/pytask-dev/pytask.git@main
1211
extras =
1312
dask
1413
coiled
1514
commands = mypy
1615

1716
[testenv:test]
1817
extras = test
19-
deps =
20-
git+https://github.com/pytask-dev/pytask.git@main
2118
commands =
2219
pytest {posargs}
2320

0 commit comments

Comments
 (0)