bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@461 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-06-07 19:52:48 +00:00
parent 40000306a6
commit 1f488aed1c
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (1.5.5) unstable; urgency=low
* linkcheck/linkname.py: fix linkname regular expressions
-- Bastian Kleineidam <calvin@debian.org> Fri, 7 Jun 2002 21:44:20 +0200
linkchecker (1.5.4) unstable; urgency=low
* linkcheck/log/__init__.py: use ISO 8601 conform timestamps

View file

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