mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 15:14:45 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@633 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
f37a71eced
commit
6dd95917ea
3 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
1.7.2
|
||||
* Require Python >= 2.2.1, remove httplib
|
||||
1.8.0
|
||||
* Require Python >= 2.2.1, remove httplib.
|
||||
* Add again python-dns, the Debian package maintainer is unresponsive
|
||||
|
||||
1.7.1
|
||||
|
|
|
|||
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -1,6 +1,6 @@
|
|||
linkchecker (1.7.2-0.1) unstable; urgency=low
|
||||
linkchecker (1.8.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Wed, 27 Nov 2002 00:31:56 +0100
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -131,7 +131,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.7.1",
|
||||
version = "1.8.0",
|
||||
description = "check HTML documents for broken links",
|
||||
author = myname,
|
||||
author_email = myemail,
|
||||
|
|
|
|||
Loading…
Reference in a new issue