mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 00:50:58 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1798 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1a6f476ec7
commit
9e95320881
3 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
1.13.4 "" (released xx.xx.xxxx)
|
||||
*
|
||||
|
||||
1.13.3 "Fight Club" (released 10.9.2004)
|
||||
* Prevent collapsing of relative parent dir paths. This fixes false
|
||||
positives on URLs of the form "../../foo".
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.13.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Tue, 14 Sep 2004 21:50:44 +0200
|
||||
|
||||
linkchecker (1.13.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -181,7 +181,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.13.3",
|
||||
version = "1.13.4",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue