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 00cbdda commit b779a74Copy full SHA for b779a74
dojo/__init__.py
@@ -6,6 +6,6 @@
6
7
default_app_config = 'dojo.apps.DojoAppConfig'
8
9
-__version__ = '1.9.0'
+__version__ = '1.9.1'
10
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
11
__docs__ = 'http://defectdojo.readthedocs.io/'
helm/defectdojo/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-appVersion: "1.9.0"
+appVersion: "1.9.1"
3
description: A Helm chart for Kubernetes to installs DefectDojo
4
name: defectdojo
5
version: 1.4.0
setup.py
@@ -4,7 +4,7 @@
setup(
name='DefectDojo',
- version='1.9.0',
+ version='1.9.1',
author='Greg Anderson',
description="Tool for managing vulnerability engagements",
install_requires=[
0 commit comments