Skip to content

Commit be69184

Browse files
committed
Bump version for 5.0.1 release
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 853fc3d commit be69184

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.0.1-dev
4+
### Version 5.0.1
55

66
- Improve the stability of the "Check for new Package versions" feature.
77
https://github.com/nexB/dejacode/issues/17

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from dejacode.celery import app as celery_app
1313

14-
VERSION = "5.0.1-dev"
14+
VERSION = "5.0.1"
1515
__version__ = VERSION
1616
__all__ = ["celery_app"]
1717

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.0.1-dev
3+
version = 5.0.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)