Skip to content

Commit 97efa59

Browse files
authored
chore: bump version to 5.8.1 for release (#549)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 735cafd commit 97efa59

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release notes
22
=============
33

4+
### Version 5.8.1
5+
6+
* fix: improve performances and logging for SCIO importer (#546)
7+
* feat: modernize Docker Compose setup and simplify installation docs (#544)
8+
49
### Version 5.8.0
510

611
* feat: [five-c] Compliance dashboard export/report by @tdruez in https://github.com/aboutcode-org/dejacode/pull/522

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from contextlib import suppress
1515
from pathlib import Path
1616

17-
VERSION = "5.8.0"
17+
VERSION = "5.8.1"
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.8.0"
7+
version = "5.8.1"
88
description = "Automate open source license compliance and ensure supply chain integrity"
99
readme = "README.rst"
1010
requires-python = ">=3.14,<3.15"

0 commit comments

Comments
 (0)