diff --git a/debian/changelog b/debian/changelog index 3007540a..70aa2771 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (2.5-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Thu, 17 Feb 2005 14:56:49 +0100 + linkchecker (2.4-2) unstable; urgency=low * import profile module conditionally, and suggest python2.4-profiler diff --git a/setup.py b/setup.py index 5d12ac57..666847ef 100755 --- a/setup.py +++ b/setup.py @@ -272,7 +272,7 @@ elif os.name == 'nt': 'doc/shot2_thumb.jpg', ])) setup (name = "linkchecker", - version = "2.4", + version = "2.5", description = "check HTML documents for broken links", keywords = "link,url,checking,verfication", author = myname,