Bump up version.

This commit is contained in:
Bastian Kleineidam 2010-03-06 11:38:20 +01:00
parent 2692c7f84f
commit 76672e3bfd
2 changed files with 6 additions and 1 deletions

View File

@ -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) 0.5 "Vanishing Point" (released 4.3.2010)
* Ported to Python 2.4. * Ported to Python 2.4.

View File

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