Skip to content

Commit

Permalink
Automatic bump version for development releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedevnull authored May 15, 2022
1 parent 92f3d26 commit f675253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry-dynamic-versioning]
enable = true
format-jinja = "{% if distance == 0 %}{{ base }}{% else %}{{ base }}.dev{{ distance }}{% endif %}"
format-jinja = "{% if distance == 0 %}{{ base }}{% else %}{{ bump_version(base) }}.dev{{ distance }}{% endif %}"

[tool.poetry.scripts]
upnp-av-web-cp = "upnpavcontrol.tools.web_control_point:main"
upnp-av-web-cp = "upnpavcontrol.tools.web_control_point:main"

0 comments on commit f675253

Please sign in to comment.