Skip to content

Commit 1fb4f8d

Browse files
committed
Bump version to 0.47.1
1 parent 88efc0a commit 1fb4f8d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

poethepoet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.47.0"
1+
__version__ = "0.47.1"

poethepoet/skills/poethepoet/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Use when about to run or manage a common Python dev task — tests,
77

88
Poethepoet (poe) is a Python task runner: teams define, document, and run dev tasks (test, lint, build, deploy…) from `pyproject.toml` or a standalone config file — no Makefiles or shell scripts. Tasks self-document via `help` text and run as `poe <task>`. Poe detects uv/poetry projects (or a local venv) and runs each task in the right environment automatically — no need to remember `poetry run` vs `uv run`.
99

10-
**Targets poe 0.47.0.** Full docs: https://poethepoet.natn.io
10+
**Targets poe 0.47.1.** Full docs: https://poethepoet.natn.io
1111

1212
## When poe behaviour is unclear
1313

@@ -42,7 +42,7 @@ Poe finds tasks in a supported config file in the working directory or any paren
4242
| poetry plugin installed | `poetry poe` |
4343
| not installed | `pipx install poethepoet` or `uv tool install poethepoet` |
4444

45-
**Version**: if `poe --version` differs much from 0.47.0, some features here may not exist. Latest: https://raw.githubusercontent.com/nat-n/poethepoet/refs/heads/main/poethepoet/skills/poethepoet/version.txt
45+
**Version**: if `poe --version` differs much from 0.47.1, some features here may not exist. Latest: https://raw.githubusercontent.com/nat-n/poethepoet/refs/heads/main/poethepoet/skills/poethepoet/version.txt
4646

4747
## Using existing tasks
4848

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.0
1+
0.47.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "poethepoet"
3-
version = "0.47.0"
3+
version = "0.47.1"
44
description = "A task runner that works well with poetry and uv."
55
authors = [{ name = "Nat Noordanus", email = "n@noordan.us" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)