From 7ed2a87bdd74b92b58ee8742cca4d24584592671 Mon Sep 17 00:00:00 2001 From: grunny Date: Wed, 29 Mar 2017 21:25:47 +1000 Subject: [PATCH] Update version to v0.6.0 --- HISTORY.rst | 4 ++++ zapcli/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 263b151..f046084 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ Release History =============== +v0.6.0 (2017-03-29) +------------------- +* Update zap-cli to support ZAP 2.6.0 + v0.5.0 (2017-03-27) ------------------- * Add commands for managing scripts diff --git a/zapcli/__init__.py b/zapcli/__init__.py index ffb0b8f..7d1923d 100644 --- a/zapcli/__init__.py +++ b/zapcli/__init__.py @@ -4,4 +4,4 @@ .. moduleauthor:: Daniel Grunwell (grunny) """ -__version__ = '0.5.0' +__version__ = '0.6.0'