From ab2f390b917c36dda5c9e51a9e076ec4d9a3dce9 Mon Sep 17 00:00:00 2001 From: grunny Date: Mon, 15 May 2017 02:37:29 +1000 Subject: [PATCH] Update version to v0.7.0 --- HISTORY.rst | 4 ++++ zapcli/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f046084..27e6845 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ Release History =============== +v0.7.0 (2017-05-14) +------------------- +* Update zap-cli to support Python 3.5 + v0.6.0 (2017-03-29) ------------------- * Update zap-cli to support ZAP 2.6.0 diff --git a/zapcli/__init__.py b/zapcli/__init__.py index 7d1923d..f6f3d89 100644 --- a/zapcli/__init__.py +++ b/zapcli/__init__.py @@ -4,4 +4,4 @@ .. moduleauthor:: Daniel Grunwell (grunny) """ -__version__ = '0.6.0' +__version__ = '0.7.0'