Skip to content

Commit 9e844e4

Browse files
Merge pull request #2874 from blacklanternsecurity/dev
Dev -> Stable version fix
2 parents c214b80 + a700ac8 commit 9e844e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ lint.ignore = ["E402", "E711", "E713", "E721", "E741", "F403", "F405", "E501"]
121121
[tool.poetry-dynamic-versioning]
122122
enable = true
123123
metadata = false
124-
format-jinja = 'v2.7.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
124+
format-jinja = 'v2.8.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
125125

126126
[tool.poetry-dynamic-versioning.substitution]
127127
files = ["*/__init__.py"]

0 commit comments

Comments
 (0)