Skip to content

Commit bb41ed8

Browse files
bearomorphismLee-W
andauthored
Update docs/config/version_provider.md
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent 0e95629 commit bb41ed8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/config/version_provider.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ version = "0.1.0" # Managed by Commitizen
7272

7373
### `poetry`
7474

75-
Manages version in `pyproject.toml` under the `tool.poetry.version` field, which is used by the [Poetry](https://python-poetry.org/) package manager. This approach is recommended only for users running Poetry versions earlier than 2.0 or relying on Poetry-specific features. For most users on Poetry 2.0 or later, it is recommended to use `pep621` instead. [Read More](https://python-poetry.org/)
75+
Manages version in `pyproject.toml` under the `tool.poetry.version` field, which is used by the [Poetry](https://python-poetry.org/) package manager. This approach is recommended only for users running Poetry versions earlier than 2.0 or relying on Poetry-specific features. For most users on Poetry 2.0 or later, it is recommended to use `pep621` instead. [Read More](https://python-poetry.org/docs/main/managing-dependencies/)
7676

7777
**Use when:**
78-
- You're using Poetry as your Python package manager
78+
- You're using Poetry < 2.0 as your Python package manager
79+
- You're using Poetry >= 2.0 as your Python package manager, but don't need poetry-specific features
7980
- You want Commitizen to manage the version that Poetry uses
8081

8182
**Configuration:**

0 commit comments

Comments
 (0)