Skip to content

Commit d8fb1cd

Browse files
MaffoochMaffooch
andauthored
Update master version (#2731)
* Update dev version to 1.8.0-dev * Update to version 1.7.1 Co-authored-by: Maffooch <[email protected]>
1 parent 57ac8f3 commit d8fb1cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dojo/__init__.py

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

7-
__version__ = '1.7.0'
7+
__version__ = '1.7.1'
88
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
99
__docs__ = 'http://defectdojo.readthedocs.io/'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='DefectDojo',
7-
version='1.7.0',
7+
version='1.7.1',
88
author='Greg Anderson',
99
description="Tool for managing vulnerability engagements",
1010
install_requires=[

0 commit comments

Comments
 (0)