github mtkennerly/poetry-dynamic-versioning v1.4.0
v1.4.0 (2024-06-17)

latest releases: v1.7.1, v1.7.0, v1.6.0...
8 months ago
  • Added:
    • The plugin now supports Poetry's upcoming PEP-621 functionality. More info here: python-poetry/poetry#3332

      If your pyproject.toml defines tool.poetry.name, then the plugin will preserve its existing behavior.

      However, if your pyproject.toml:

      • does not define tool.poetry.name
      • defines project.name
      • defines project.dynamic to include "version"
      • does not define project.version

      ...then the plugin will enable its PEP-621 functionality.

      Because PEP-621 support is not yet released and finalized in Poetry itself, it is also subject to change in the plugin.

      (Prototyped by edgarrmondragon)

Don't miss a new poetry-dynamic-versioning release

NewReleases is sending notifications on new releases.