mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 08:50:24 +00:00
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:
parent
ee3e383e47
commit
ee933ce8b9
3 changed files with 9 additions and 1 deletions
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue