Bump up version.
This commit is contained in:
parent
faa19bd74e
commit
04fb6ec5e5
|
@ -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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue