From 76672e3bfd31465e76859bbe0262bf96d086e5f9 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 6 Mar 2010 11:38:20 +0100 Subject: [PATCH] Bump up version. --- doc/changelog.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 1c37f2c..7bd6c59 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,8 @@ +0.6 "" (released xx.xx.2010) + + * Remove the --force option. Local files are now never overwritten. + * Added option alias -v for --verbose. + 0.5 "Vanishing Point" (released 4.3.2010) * Ported to Python 2.4. diff --git a/setup.py b/setup.py index 5242f27..ee41463 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.5" +AppVersion = "0.6" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"