mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 16:44:43 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3291 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
27997b0251
commit
356918d98f
3 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
4.1 "" (released xx.xx.xxx)
|
||||
*
|
||||
|
||||
4.0 "Down in the Valley" (released 19.5.2006)
|
||||
|
||||
* Put a name to the DOT graph output. Thanks to Peter Chiocchetti
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (4.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Tue, 23 May 2006 21:57:14 +0200
|
||||
|
||||
linkchecker (4.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -502,7 +502,7 @@ elif win_compiling:
|
|||
]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "4.0",
|
||||
version = "4.1",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verification",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue