bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2480 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-29 15:48:04 +00:00
parent 62b95c4495
commit 0cdb6ca629
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
linkchecker (2.7-1) unstable; urgency=low
* New upstream release.
(Closes: #301529) - mailto-check is incomplete
-- Bastian Kleineidam <calvin@debian.org> Tue, 29 Mar 2005 17:43:01 +0200
linkchecker (2.6-1) unstable; urgency=low
* New upstream release.

View file

@ -358,7 +358,7 @@ elif os.name == 'nt':
]))
setup (name = "linkchecker",
version = "2.6",
version = "2.7",
description = "check websites and HTML documents for broken links",
keywords = "link,url,checking,verfication",
author = myname,