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.
1 parent 6fec557 commit 29b242bCopy full SHA for 29b242b
3 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Release notes
2
=============
3
4
-### Version 5.3.0-dev
+### Version 5.3.0
5
6
- Rename ProductDependency is_resolved to is_pinned.
7
https://github.com/aboutcode-org/dejacode/issues/189
dejacode/__init__.py
@@ -14,7 +14,7 @@
14
15
import git
16
17
-VERSION = "5.2.1"
+VERSION = "5.3.0"
18
19
PROJECT_DIR = Path(__file__).resolve().parent
20
ROOT_DIR = PROJECT_DIR.parent
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = dejacode
-version = 5.2.1
+version = 5.3.0
license = AGPL-3.0-only
description = Automate open source license compliance and ensure supply chain integrity
long_description = file:README.rst
0 commit comments