Skip to content

Commit

Permalink
updated version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7958 committed Jul 27, 2015
1 parent 842cf23 commit 64b0208
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/webserver/templates/settings.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SECURE_SSL_REDIRECT = True
SESSION_COOKIE_HTTPONLY = True
CSRF_COOKIE_HTTPONLY = True
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
VERSION = '1.0.2'
VERSION = '1.0.3'

# Enable this if you have SSL turned on
# SESSION_COOKIE_SECURE = True
Expand Down
2 changes: 1 addition & 1 deletion dojo/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SESSION_COOKIE_HTTPONLY = True
CSRF_COOKIE_HTTPONLY = True
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
VERSION = '1.0.2'
VERSION = '1.0.3'

# Uncomment this line if you enable SSL
# SESSION_COOKIE_SECURE = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='DefectDojo',
version='1.0.2',
version='1.0.3',
author='Greg Anderson',
description="Tool for managing vulnerability engagements",
install_requires=[
Expand Down

0 comments on commit 64b0208

Please sign in to comment.