From d0df15254e7d037c90a6de0a5f602fb69b51894f Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 20 Feb 2013 21:15:51 +0100 Subject: [PATCH] Bump up version. --- doc/changelog.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 47eb8be..4b6b0ea 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +0.19 "" (released xx.xx.2013) + + 0.18 "Skyfall" (released 15.12.2012) * Fixed unadf archive listing. diff --git a/setup.py b/setup.py index 0921a39..a3c481d 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ except ImportError: from distutils import util AppName = "Patool" -AppVersion = "0.18" +AppVersion = "0.19" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"