mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-27 19:20:30 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2347 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b3d9544b82
commit
2062a94fb6
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2.6 "" (released xx.xx.xxxx)
|
||||
|
||||
*
|
||||
|
||||
2.5 "Spanglish" (released 4.3.2005)
|
||||
|
||||
* Added spanish translation, thanks to Servilio Afre Puentes.
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (2.6-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Fri, 4 Mar 2005 21:31:44 +0100
|
||||
|
||||
linkchecker (2.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -332,7 +332,7 @@ elif os.name == 'nt':
|
|||
'doc/shot2_thumb.jpg', ]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "2.5",
|
||||
version = "2.6",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue