Skip to content

Commit

Permalink
Merge branch 'v0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunny committed Aug 28, 2016
2 parents 816efee + 1b4b8db commit eb4b3b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
===============

v0.3.0 (2016-08-28)
-------------------
* Add a status command to check if ZAP is running (#14)
* Raise an error when the ZAP executable is not found (#11)
* Upgrade python-owasp-zap-v2.4 dependency to 0.0.8

v0.2.1 (2016-05-09)
-------------------
* Handle errors when running the Spider (#9)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
install_requires=[
'click==4.0',
'python-owasp-zap-v2.4==0.0.7',
'python-owasp-zap-v2.4==0.0.8',
'tabulate==0.7.5',
'termcolor==1.1.0',
],
Expand Down
2 changes: 1 addition & 1 deletion zapcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
.. moduleauthor:: Daniel Grunwell (grunny)
"""

__version__ = '0.2.1'
__version__ = '0.3.0'

0 comments on commit eb4b3b7

Please sign in to comment.