mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-12 02:20:58 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2732 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
bf9e55c1c8
commit
aaa94176cf
3 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
3.1 "" (released xx.xx.xxxx)
|
||||
|
||||
* Updated documentation for the HTML parser.
|
||||
Type: feature
|
||||
Changed: linkcheck/HtmlParser/*
|
||||
|
||||
3.0 "The Jacket" (released 8.7.2005)
|
||||
|
||||
* Catch all check errors, not just the ones inside of URL checking.
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (3.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 11 Jul 2005 17:11:48 +0200
|
||||
|
||||
linkchecker (3.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -364,7 +364,7 @@ elif win_compiling:
|
|||
]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "3.0",
|
||||
version = "3.1",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verification",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue