From 95ace2062544df576ba5bde0b6126e7a51681071 Mon Sep 17 00:00:00 2001 From: Jay Paz Date: Sat, 12 Nov 2016 11:04:32 -0600 Subject: [PATCH] Release 1.1.2 --- dojo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/__init__.py b/dojo/__init__.py index a68a0ec6f5..1201c5f5a1 100644 --- a/dojo/__init__.py +++ b/dojo/__init__.py @@ -4,7 +4,7 @@ # Django starts so that shared_task will use this app. from .celery import app as celery_app # noqa -__version__ = '1.0.5' +__version__ = '1.1.2' __url__ = 'https://github.com/rackerlabs/django-DefectDojo' __docs__ = 'http://defectdojo.readthedocs.io/' __demo__ = 'http://defectdojo.pythonanywhere.com/'