Skip to content

Commit 3ee8d52

Browse files
committed
2.72.0
Automatically generated by python-semantic-release
1 parent 32f7245 commit 3ee8d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
CFG = Config()
1111

12-
APP_VERSION = "2.71.6"
12+
APP_VERSION = "2.72.0"
1313
TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based"
1414
VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves"
1515
VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ profile = "black"
2828

2929
[project]
3030
name = "vulnerability-engine"
31-
version = "2.71.6"
31+
version = "2.72.0"
3232
readme = "README.md"
3333
packages = []
3434
package-mode = false

0 commit comments

Comments
 (0)