From 0da91bc9740edc20bcc1916657d8fa3d2cbd17ac Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 4 Jan 2003 23:19:37 +0000 Subject: [PATCH] bump up version git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@701 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/changelog | 6 ++++++ linkchecker | 2 +- setup.py | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67263e60..9c06d4fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (1.8.3-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Sun, 5 Jan 2003 00:19:15 +0100 + linkchecker (1.8.2-1) unstable; urgency=low * New upstream release. diff --git a/linkchecker b/linkchecker index 066b9f2e..715a6e15 100755 --- a/linkchecker +++ b/linkchecker @@ -27,7 +27,7 @@ import linkcheck.timeoutsocket linkcheck.timeoutsocket.setDefaultSocketTimeout(30) # import several helper debugging things from linkcheck.debuglevels import * -from linkcheck import StringUtil +from linkcheck import StringUtil, Config debug = linkcheck.debug _profile = "linkchecker.prof" diff --git a/setup.py b/setup.py index cfe072d4..4b720ad5 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python -O -# Copyright (C) 2000,2001 Bastian Kleineidam +# Copyright (C) 2000-2002 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -141,7 +141,7 @@ myname = "Bastian Kleineidam" myemail = "calvin@users.sourceforge.net" setup (name = "linkchecker", - version = "1.8.2", + version = "1.8.3", description = "check HTML documents for broken links", author = myname, author_email = myemail,