From 822b650c79306d62385152589a93c1b33fe7d52e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 9 Apr 2012 11:54:20 +0200 Subject: [PATCH] Bump up version. --- doc/changelog.txt | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"