From 8bd8b7c0b734c19eeda5d22a1316ec9a72a302a2 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 14 Mar 2011 15:05:10 +0100 Subject: [PATCH] Bump up version. --- debian/changelog | 6 ++++++ doc/changelog.txt | 3 +++ setup.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 13f7cb2e..2f01c30e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (6.6-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Mon, 14 Mar 2011 15:04:35 +0100 + linkchecker (6.5-1) unstable; urgency=low * New upstream release. diff --git a/doc/changelog.txt b/doc/changelog.txt index b236d1cc..e99fbeae 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +6.6 "" (released xx.xx.2011) + + 6.5 "The Abyss" (released 13.3.2011) Fixes: diff --git a/setup.py b/setup.py index 5ff76bd6..100d3bf4 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ except ImportError: pass from distutils.core import Distribution -AppVersion = "6.5" +AppVersion = "6.6" AppName = "LinkChecker" # py2exe options for windows .exe packaging