mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 04:41:52 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3069 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
77bd59a8fa
commit
ab0ad2e9ef
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2.5 "" (released xx.xx.xxxx)
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
3.4 "The Chumscrubbers" (released 4.2.2006)
|
3.4 "The Chumscrubbers" (released 4.2.2006)
|
||||||
|
|
||||||
* Ignore decoding errors when retrieving the robots.txt URL.
|
* Ignore decoding errors when retrieving the robots.txt URL.
|
||||||
|
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
linkchecker (3.5-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Bastian Kleineidam <calvin@debian.org> Mon, 13 Feb 2006 14:55:42 +0100
|
||||||
|
|
||||||
linkchecker (3.4-1) unstable; urgency=low
|
linkchecker (3.4-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -502,7 +502,7 @@ elif win_compiling:
|
||||||
]))
|
]))
|
||||||
|
|
||||||
setup (name = "linkchecker",
|
setup (name = "linkchecker",
|
||||||
version = "3.4",
|
version = "3.5",
|
||||||
description = "check websites and HTML documents for broken links",
|
description = "check websites and HTML documents for broken links",
|
||||||
keywords = "link,url,checking,verification",
|
keywords = "link,url,checking,verification",
|
||||||
author = myname,
|
author = myname,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue