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 853fc3d commit be69184Copy full SHA for be69184
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Release notes
2
=============
3
4
-### Version 5.0.1-dev
+### Version 5.0.1
5
6
- Improve the stability of the "Check for new Package versions" feature.
7
https://github.com/nexB/dejacode/issues/17
dejacode/__init__.py
@@ -11,7 +11,7 @@
11
12
from dejacode.celery import app as celery_app
13
14
-VERSION = "5.0.1-dev"
+VERSION = "5.0.1"
15
__version__ = VERSION
16
__all__ = ["celery_app"]
17
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = dejacode
-version = 5.0.1-dev
+version = 5.0.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