diff --git a/README.md b/README.md index 0dc1a6b..8676d4a 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ This repo contains a Poetry plugin, a standalone CLI and build hooks. * [a PDM Build Hook for the workspace](https://pypi.org/project/pdm-polylith-workspace/) The Poetry plugin adds tooling support to Poetry. -The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye and uv). +The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye, Pixi and uv). -The Hatch Build Hook adds build-specific support (also for uv, Rye and Pantsbuild, using hatchling as the build backend). +The Hatch Build Hook adds build-specific support (also for uv, Rye, Pixi and Pantsbuild, using hatchling as the build backend). The PDM Build Hook for _projects_ adds build-specific support for PDM. The PDM Build Hook for the _workspace_ makes the virtual environment aware of the way Polylith organizes code (i.e. the bases and components folders). diff --git a/projects/poetry_polylith_plugin/pyproject.toml b/projects/poetry_polylith_plugin/pyproject.toml index 47a96bf..84f5dc5 100644 --- a/projects/poetry_polylith_plugin/pyproject.toml +++ b/projects/poetry_polylith_plugin/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-polylith-plugin" -version = "1.36.1" +version = "1.36.2" description = "A Poetry plugin that adds tooling support for the Polylith Architecture" authors = ["David Vujic"] homepage = "https://davidvujic.github.io/python-polylith-docs/" diff --git a/projects/polylith_cli/pyproject.toml b/projects/polylith_cli/pyproject.toml index ec09019..7d37552 100644 --- a/projects/polylith_cli/pyproject.toml +++ b/projects/polylith_cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "polylith-cli" -version = "1.25.1" +version = "1.26.0" description = "Python tooling support for the Polylith Architecture" authors = ['David Vujic'] homepage = "https://davidvujic.github.io/python-polylith-docs/"