From 4bda02dd9c324e7ab61c26cc210acf360f899e93 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 6 Mar 2010 20:32:46 +0100 Subject: [PATCH] Bump up version --- doc/changelog.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index e260d20..7762226 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,7 @@ +0.7 "" (released xx.xx.xxxx) + + * + 0.6 "Waking Ned" (released 6.3.2010) * Remove the --force option. Local files are now never overwritten. diff --git a/setup.py b/setup.py index ee41463..9c56349 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.6" +AppVersion = "0.7" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"