From cc0e90648f7774f09cfb0499d5a70479e0fccb49 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 20 Nov 2010 21:06:07 +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 89b4bbe..8a70883 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +0.13 "" (released xx.xx.xxxx) + + 0.12 "Galaxy Quest" (released 20.11.2010) * Show commands that are run. diff --git a/setup.py b/setup.py index 9bfaf11..d840470 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.12" +AppVersion = "0.13" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"