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:
calvin 2005-07-11 15:11:15 +00:00
parent bf9e55c1c8
commit aaa94176cf
3 changed files with 13 additions and 1 deletions

View file

@ -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
View file

@ -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.

View file

@ -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,