Skip to content

Commit

Permalink
Merge branch 'v0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunny committed Jul 20, 2017
2 parents 7fff65b + 11fc0cd commit 72c60f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release History
===============

v0.8.1 (2017-07-20)
-------------------
* Upgrade python-owasp-zap-v2.4 dependency to 0.0.11

v0.8.0 (2017-07-11)
-------------------
* Fix support for unicode characters in reports
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
install_requires=[
'click==4.0',
'python-owasp-zap-v2.4==0.0.10',
'python-owasp-zap-v2.4==0.0.11',
'requests==2.13.0',
'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.8.0'
__version__ = '0.8.1'

0 comments on commit 72c60f9

Please sign in to comment.