Skip to content

Commit 59400fb

Browse files
onerandomusernamemkniewallner
authored andcommitted
docs(plugins): change the example's minimum poetry version to 1.2
this is the first poetry version with plugin support, so plugins cannot be compatible with any version before 1.2. (cherry picked from commit 8a500f0)
1 parent bc25811 commit 59400fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version = "1.0.0"
3939
# ...
4040
[tool.poetry.dependencies]
4141
python = "^3.7"
42-
poetry = "^1.0"
42+
poetry = "^1.2"
4343

4444
[tool.poetry.plugins."poetry.plugin"]
4545
demo = "poetry_demo_plugin.plugin:MyPlugin"

0 commit comments

Comments
 (0)