From 69bfc41aafe546226c24bf1e857b5ba309b15651 Mon Sep 17 00:00:00 2001 From: Marc Sibson Date: Tue, 6 Aug 2013 20:32:53 -0700 Subject: [PATCH] Preparing release 0.8.0 --- HISTORY.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index c1ad6316..3663e0e5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,4 @@ -0.8.0 (unreleased) +0.8.0 (2013-08-06) ------------------ - improved documentation using sphinx - regional capture and expect that operate on a portion of the display diff --git a/setup.py b/setup.py index 642fafdb..ce40e3c6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='vncdotool', - version='0.8.0.dev0', + version='0.8.0', description='Command line VNC client', install_requires=[ 'Twisted',