Skip to content

Commit 95ace20

Browse files
author
Jay Paz
committed
Release 1.1.2
1 parent 1d62582 commit 95ace20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Django starts so that shared_task will use this app.
55
from .celery import app as celery_app # noqa
66

7-
__version__ = '1.0.5'
7+
__version__ = '1.1.2'
88
__url__ = 'https://github.com/rackerlabs/django-DefectDojo'
99
__docs__ = 'http://defectdojo.readthedocs.io/'
1010
__demo__ = 'http://defectdojo.pythonanywhere.com/'

0 commit comments

Comments
 (0)