Skip to content

Commit 6051ac3

Browse files
authored
chore: bump version to 5.6.0 (#454)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent ab5c584 commit 6051ac3

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
Release notes
22
=============
33

4-
### Version 5.6.0-dev
4+
### Version 5.6.0
5+
6+
- feat: import vulnerability data from ScanCode.io
7+
https://github.com/aboutcode-org/dejacode/issues/448
8+
9+
- feat: ability to assign and manage vulnerabilities on products
10+
https://github.com/aboutcode-org/dejacode/issues/439
11+
12+
- feat: add package_content PurlDB field on Package model
13+
https://github.com/aboutcode-org/dejacode/issues/434
14+
15+
- fix: exclude qualifiers and subpath for PURL comparison in get_purldb_entries
16+
https://github.com/aboutcode-org/dejacode/issues/453
17+
18+
- fix: update the readthedocs.yml config to fix the build
19+
https://github.com/aboutcode-org/dejacode/issues/447
20+
21+
- chore: upgrade Django and related libraries to latest version
22+
https://github.com/aboutcode-org/dejacode/issues/451
23+
24+
- chore: upgrade altcha and django_altcha to latest versions
25+
https://github.com/aboutcode-org/dejacode/issues/450
526

627
### Version 5.5.0
728

dejacode/__init__.py

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

1515
import git
1616

17-
VERSION = "5.6.0-dev"
17+
VERSION = "5.6.0"
1818

1919
PROJECT_DIR = Path(__file__).resolve().parent
2020
ROOT_DIR = PROJECT_DIR.parent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dejacode"
7-
version = "5.6.0-dev"
7+
version = "5.6.0"
88
description = "Automate open source license compliance and ensure supply chain integrity"
99
readme = "README.rst"
1010
requires-python = ">=3.13,<3.14"

0 commit comments

Comments
 (0)