diff --git a/doc/changelog.txt b/doc/changelog.txt index 47a7b8e..95e0cab 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,5 @@ +0.16 "" (released xx.xx.2012) + 0.15 "Contraband" (released 8.4.2012) * Print help when unknown options are given. diff --git a/setup.py b/setup.py index 9673f63..98d3ece 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.15" +AppVersion = "0.16" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"