bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2517 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-04-13 21:04:48 +00:00
parent ee3e383e47
commit ee933ce8b9
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,5 @@
2.9 "" (released x.x.xxxx)
2.8 "Robots" (released 8.4.2005)
* Correct AttributeError in blacklist logger.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (2.9-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Wed, 13 Apr 2005 23:03:52 +0200
linkchecker (2.8-1) unstable; urgency=low
* New upstream release.

View file

@ -459,7 +459,7 @@ elif win_compiling:
]))
setup (name = "linkchecker",
version = "2.8",
version = "2.9",
description = "check websites and HTML documents for broken links",
keywords = "link,url,checking,verification",
author = myname,