We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3945fd1 + f0e9d41 commit 0ca76f3Copy full SHA for 0ca76f3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bbot"
3
-version = "2.1.2"
+version = "2.2.0"
4
description = "OSINT automation for hackers."
5
authors = [
6
"TheTechromancer",
@@ -101,7 +101,7 @@ extend-exclude = "(test_step_1/test_manager_*)"
101
[tool.poetry-dynamic-versioning]
102
enable = true
103
metadata = false
104
-format-jinja = 'v2.1.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
+format-jinja = 'v2.2.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
105
106
[tool.poetry-dynamic-versioning.substitution]
107
files = ["*/__init__.py"]
0 commit comments