From ab0ad2e9efc8a232dd2f02e5043f0d7bd774bd97 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 13 Feb 2006 17:48:07 +0000 Subject: [PATCH] bump up version git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3069 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad997d97..baf735fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.5 "" (released xx.xx.xxxx) + + * + 3.4 "The Chumscrubbers" (released 4.2.2006) * Ignore decoding errors when retrieving the robots.txt URL. diff --git a/debian/changelog b/debian/changelog index f13100a4..9a79cf04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (3.5-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Mon, 13 Feb 2006 14:55:42 +0100 + linkchecker (3.4-1) unstable; urgency=low * New upstream release. diff --git a/setup.py b/setup.py index c64bfcb6..82b42457 100755 --- a/setup.py +++ b/setup.py @@ -502,7 +502,7 @@ elif win_compiling: ])) setup (name = "linkchecker", - version = "3.4", + version = "3.5", description = "check websites and HTML documents for broken links", keywords = "link,url,checking,verification", author = myname,