bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@444 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-05-15 17:12:18 +00:00
parent 1a403ac0b7
commit f737572070
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (1.5.2) unstable; urgency=low
* add missing import for the log package
-- Bastian Kleineidam <calvin@debian.org> Wed, 15 May 2002 19:13:36 +0200
linkchecker (1.5.1) unstable; urgency=low
* debian/control: remove python-ssl from suggests

View file

@ -129,7 +129,7 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
setup (name = "linkchecker",
version = "1.5.1",
version = "1.5.2",
description = "check HTML documents for broken links",
author = myname,
author_email = myemail,