Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-02-12 09:18:17 +01:00
parent 66a368419a
commit 81ab40ab45
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.15 "" (released xx.xx.2012)
* Print help when unknown options are given.
0.14 "Book of Dragons" (released 30.1.2012) 0.14 "Book of Dragons" (released 30.1.2012)
* Handle CRX (.crx) files as ZIP archives. They have garbage at * Handle CRX (.crx) files as ZIP archives. They have garbage at

View File

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