Skip to content

Commit 08b4814

Browse files
committed
Bump version for release v5.2.1
Signed-off-by: tdruez <[email protected]>
1 parent 3d00e87 commit 08b4814

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Release notes
33

44
### Version 5.3.0-dev
55

6+
### Version 5.2.1
7+
68
- Fix the models documentation navigation.
79
https://github.com/aboutcode-org/dejacode/issues/182
810

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.3.0-dev"
17+
VERSION = "5.2.1"
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.3.0-dev
3+
version = 5.2.1
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)