Skip to content

Commit 960de7d

Browse files
Merge pull request #2320 from blacklanternsecurity/bump-version
bump version
2 parents af892e1 + 02fd940 commit 960de7d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/release_history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.4.0 - Feb 27, 2025
2+
- [https://github.com/blacklanternsecurity/bbot/pull/2266](https://github.com/blacklanternsecurity/bbot/pull/2266)
3+
4+
### 2.3.0 - Jan 24, 2025
5+
- [https://github.com/blacklanternsecurity/bbot/pull/1986](https://github.com/blacklanternsecurity/bbot/pull/1986)
6+
17
### 2.2.0 - Nov 18, 2024
28
- [https://github.com/blacklanternsecurity/bbot/pull/1919](https://github.com/blacklanternsecurity/bbot/pull/1919)
39

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bbot"
3-
version = "2.3.2"
3+
version = "2.4.0"
44
description = "OSINT automation for hackers."
55
authors = [
66
"TheTechromancer",
@@ -109,7 +109,7 @@ lint.ignore = ["E402", "E711", "E713", "E721", "E741", "F401", "F403", "F405", "
109109
[tool.poetry-dynamic-versioning]
110110
enable = true
111111
metadata = false
112-
format-jinja = 'v2.3.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
112+
format-jinja = 'v2.4.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
113113

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

0 commit comments

Comments
 (0)