diff --git a/pages.it/common/poetry.md b/pages.it/common/poetry.md index 112e4d0ff..f15cc8036 100644 --- a/pages.it/common/poetry.md +++ b/pages.it/common/poetry.md @@ -1,7 +1,7 @@ # poetry > Gestore di pacchetti e dipendenze per Python. -> Maggiori informazioni: . +> Maggiori informazioni: . - Crea un nuovo progetto Poetry nella cartella specificata: diff --git a/pages/common/poetry.md b/pages/common/poetry.md index 0367f75d0..cb428210d 100644 --- a/pages/common/poetry.md +++ b/pages/common/poetry.md @@ -1,7 +1,7 @@ # poetry > Manage Python packages and dependencies. -> More information: . +> More information: . - Create a new Poetry project in the directory with a specific name: @@ -26,3 +26,11 @@ - Execute a command inside the project's virtual environment: `poetry run {{command}}` + +- Bump the minor version of the project in `pyproject.toml`: + +`poetry version minor` + +- List all poetry subcommands: + +`poetry list`