mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 01:54:42 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@770 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b85e492fda
commit
1f641715d5
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
1.8.6
|
||||
* include a fixed robotparser.py (from Python 2.2 CVS maint branch)
|
||||
|
||||
1.8.5
|
||||
* fix config.warn to warn
|
||||
Changed files: linkcheck/__init.py
|
||||
|
|
|
|||
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
linkchecker (1.8.6-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* added glibc 2.3 dependency; fixes htmlsax import errors
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sun, 26 Jan 2003 15:39:58 +0100
|
||||
|
||||
linkchecker (1.8.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -141,7 +141,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.8.5",
|
||||
version = "1.8.6",
|
||||
description = "check HTML documents for broken links",
|
||||
author = myname,
|
||||
author_email = myemail,
|
||||
|
|
|
|||
Loading…
Reference in a new issue