From 8fbcd3179823e6fe679c418080fa0449e2cf861c Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 14 Nov 2012 20:23:56 +0100 Subject: [PATCH] Bump up version. --- debian/changelog | 7 +++++++ doc/changelog.txt | 3 +++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5ad92c73..263dc8b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linkchecker (8.3-1) UNRELEASED; urgency=low + + * New upstream release. + * Remove unneeded dependency on pysqlite. + + -- Bastian Kleineidam Wed, 14 Nov 2012 18:49:41 +0100 + linkchecker (8.2-1) unstable; urgency=low * New upstream release. diff --git a/doc/changelog.txt b/doc/changelog.txt index dc68ac08..318db6ae 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +8.3 "" (released xx.xx.xxxx) + + 8.2 "Belle De Jour" (released 9.11.2012) Changes: diff --git a/setup.py b/setup.py index ac541088..7cc12750 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ except ImportError: has_py2app = False # the application version -AppVersion = "8.2" +AppVersion = "8.3" # the application name AppName = "LinkChecker"