From 5836d758ff151e73a02ecf45e1f2ea8bb7e8d910 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 7 May 2011 17:50:06 +0200 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 4a460b71..b6fd34a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (7.0-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Sat, 07 May 2011 14:01:23 +0200 + linkchecker (6.9-1) unstable; urgency=low * New upstream release. diff --git a/doc/changelog.txt b/doc/changelog.txt index b118e989..23d09ef9 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +7.0 "" (released xx.xx.2011) + + 6.9 "Cowboy Bebop" (released 6.5.2011) Fixes: diff --git a/setup.py b/setup.py index 2114b68f..c03bcd4b 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ except ImportError: pass from distutils.core import Distribution -AppVersion = "6.9" +AppVersion = "7.0" AppName = "LinkChecker" # basic excludes for py2exe and py2app