Bump up version.
This commit is contained in:
parent
2692c7f84f
commit
76672e3bfd
|
@ -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.
|
||||||
|
|
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.5"
|
AppVersion = "0.6"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "calvin@users.sourceforge.net"
|
MyEmail = "calvin@users.sourceforge.net"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue