From 04fb6ec5e582919c4a9dd207a5297bb1a549d606 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 5 Apr 2010 02:57:05 +0200 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 00bdd40..ad77656 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,8 @@ +0.10 "" (released xx.xx.2010) + + * Correct shell quoting of commandline arguments. Now files with + spaces or other special characters are handled correctly. + 0.9 "Cargo" (released 26.3.2010) * Do not use the diff -B option when comparing archives. diff --git a/setup.py b/setup.py index 1006b1b..34595a0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.9" +AppVersion = "0.10" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"