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 3d00e87 commit 08b4814Copy full SHA for 08b4814
CHANGELOG.rst
@@ -3,6 +3,8 @@ Release notes
3
4
### Version 5.3.0-dev
5
6
+### Version 5.2.1
7
+
8
- Fix the models documentation navigation.
9
https://github.com/aboutcode-org/dejacode/issues/182
10
dejacode/__init__.py
@@ -14,7 +14,7 @@
14
15
import git
16
17
-VERSION = "5.3.0-dev"
+VERSION = "5.2.1"
18
19
PROJECT_DIR = Path(__file__).resolve().parent
20
ROOT_DIR = PROJECT_DIR.parent
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = dejacode
-version = 5.3.0-dev
+version = 5.2.1
license = AGPL-3.0-only
description = Automate open source license compliance and ensure supply chain integrity
long_description = file:README.rst
0 commit comments