Skip to content

Commit 29b242b

Browse files
committed
Bump version for v5.3.0 release
Signed-off-by: tdruez <[email protected]>
1 parent 6fec557 commit 29b242b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

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

4-
### Version 5.3.0-dev
4+
### Version 5.3.0
55

66
- Rename ProductDependency is_resolved to is_pinned.
77
https://github.com/aboutcode-org/dejacode/issues/189

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.2.1"
17+
VERSION = "5.3.0"
1818

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dejacode
3-
version = 5.2.1
3+
version = 5.3.0
44
license = AGPL-3.0-only
55
description = Automate open source license compliance and ensure supply chain integrity
66
long_description = file:README.rst

0 commit comments

Comments
 (0)