Skip to content

Commit 23436a0

Browse files
committed
Bump version to 0.35.0
1 parent 032b62d commit 23436a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
```toml
5858
[tool.poetry.requires-plugins]
59-
poethepoet = ">=0.34"
59+
poethepoet = ">=0.35"
6060
```
6161

6262
2. Define some tasks in your **pyproject.toml**

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Or add it to poetry on a per project basis by adding the following to your *pypr
5959
.. code-block:: sh
6060
6161
[tool.poetry.requires-plugins]
62-
poethepoet = { version = "~0.34.0", extras = ["poetry_plugin"]}
62+
poethepoet = { version = "~0.35.0", extras = ["poetry_plugin"]}
6363
6464
See the |poetry_plugin_link| for more installation options, or see the :doc:`poetry plugin docs <poetry_plugin>` for more details about this option.
6565

docs/poetry_plugin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Or add it to poetry on a per project basis by adding the following to your *pypr
1717
.. code-block:: sh
1818
1919
[tool.poetry.requires-plugins]
20-
poethepoet = { version = "~0.34.0", extras = ["poetry_plugin"]}
20+
poethepoet = { version = "~0.35.0", extras = ["poetry_plugin"]}
2121
2222
See the |poetry_plugin_link| for more installation options, or see the :doc:`poetry plugin docs <poetry_plugin>` for more details about this option.
2323

poethepoet/__version__.py

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

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.34.0"
3+
version = "0.35.0"
44
description = "A task runner that works well with poetry and uv."
55
authors = [{ name = "Nat Noordanus", email = "n@noordan.us" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)