diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee9e192..9d1d9cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,8 @@ Release notes ### Version 5.3.0-dev +### Version 5.2.1 + - Fix the models documentation navigation. https://github.com/aboutcode-org/dejacode/issues/182 diff --git a/dejacode/__init__.py b/dejacode/__init__.py index 27c6ff6..9579d05 100644 --- a/dejacode/__init__.py +++ b/dejacode/__init__.py @@ -14,7 +14,7 @@ import git -VERSION = "5.3.0-dev" +VERSION = "5.2.1" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/setup.cfg b/setup.cfg index cf6234f..1d43776 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] 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