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 c9412d3 commit a2dc4f5Copy full SHA for a2dc4f5
dojo/__init__.py
@@ -6,6 +6,6 @@
6
7
default_app_config = 'dojo.apps.DojoAppConfig'
8
9
-__version__ = '1.8.0-dev'
+__version__ = '1.8.0'
10
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
11
__docs__ = 'http://defectdojo.readthedocs.io/'
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
name='DefectDojo',
- version='1.8.0-dev',
+ version='1.8.0',
author='Greg Anderson',
description="Tool for managing vulnerability engagements",
install_requires=[
0 commit comments