From f927cf6a91774a272642b4d54097a1f33b68ca83 Mon Sep 17 00:00:00 2001 From: Aaron Weaver <aaron.weaver2@gmail.com> Date: Tue, 29 Nov 2016 13:35:28 -0500 Subject: [PATCH] Version Rev --- README.rst | 2 +- defectdojo_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ce741b8..6eba370 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ DefectDojo API ============== -A Python API wrapper for `DefectDojo <https://github.com/OWASP/django-DefectDojo>`_, an AppSec and Security Vulnerability management tool. +A Python API wrapper for `DefectDojo <https://github.com/OWASP/django-DefectDojo>`_, an AppSec and Security Vulnerability Management tool. This package implements API functionality available within Dojo. diff --git a/defectdojo_api/__init__.py b/defectdojo_api/__init__.py index eead319..fa9c4ec 100644 --- a/defectdojo_api/__init__.py +++ b/defectdojo_api/__init__.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6' -- GitLab