mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 23:24:44 +00:00
this should be version 2.0
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1884 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e6412dd549
commit
5e2c4b6a4e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
1.13.6 "" (released xx.xx.xxxx)
|
||||
2.0 "" (released xx.xx.xxxx)
|
||||
|
||||
* Only instantiate SSL connections if SSL is supported
|
||||
Type: bugfix
|
||||
|
|
|
|||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
|||
linkchecker (1.13.6-1) unstable; urgency=low
|
||||
linkchecker (2.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -229,7 +229,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.13.6",
|
||||
version = "2.0",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue