mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-16 20:31:01 +00:00
Version bump to 4.0
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3168 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0a0ea737c0
commit
51bd45f163
3 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
3.5 "" (released xx.xx.xxxx)
|
||||
4.0 "Down in the Valley" (released xx.xx.xxxx)
|
||||
|
||||
* Put a name to the DOT graph output. Thanks to Peter Chiocchetti
|
||||
for noticing this.
|
||||
|
|
|
|||
5
debian/changelog
vendored
5
debian/changelog
vendored
|
|
@ -1,8 +1,9 @@
|
|||
linkchecker (3.5-1) unstable; urgency=low
|
||||
linkchecker (4.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Standards version 3.7.2.0
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 13 Feb 2006 14:55:42 +0100
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sun, 14 May 2006 10:45:12 +0200
|
||||
|
||||
linkchecker (3.4-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -502,7 +502,7 @@ elif win_compiling:
|
|||
]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "3.5",
|
||||
version = "4.0",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verification",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue