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 3593ce8 commit 5c561d7Copy full SHA for 5c561d7
dojo/__init__.py
@@ -4,7 +4,7 @@
4
# Django starts so that shared_task will use this app.
5
from .celery import app as celery_app # noqa
6
7
-__version__ = '1.6.1'
+__version__ = '1.6.2'
8
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
9
__docs__ = 'http://defectdojo.readthedocs.io/'
10
__demo__ = 'http://defectdojo.pythonanywhere.com/'
setup.py
setup(
name='DefectDojo',
- version='1.5.4',
+ version='1.6.2',
author='Greg Anderson',
description="Tool for managing vulnerability engagements",
install_requires=[
0 commit comments