Bump up version.

This commit is contained in:
Bastian Kleineidam 2010-04-05 02:57:05 +02:00
parent faa19bd74e
commit 04fb6ec5e5
2 changed files with 6 additions and 1 deletions

View File

@ -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) 0.9 "Cargo" (released 26.3.2010)
* Do not use the diff -B option when comparing archives. * Do not use the diff -B option when comparing archives.

View File

@ -25,7 +25,7 @@ import os
from distutils.core import setup from distutils.core import setup
AppName = "patool" AppName = "patool"
AppVersion = "0.9" AppVersion = "0.10"
MyName = "Bastian Kleineidam" MyName = "Bastian Kleineidam"
MyEmail = "calvin@users.sourceforge.net" MyEmail = "calvin@users.sourceforge.net"