mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 12:10:37 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@701 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
52e270ec14
commit
0da91bc974
3 changed files with 9 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.8.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sun, 5 Jan 2003 00:19:15 +0100
|
||||
|
||||
linkchecker (1.8.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import linkcheck.timeoutsocket
|
|||
linkcheck.timeoutsocket.setDefaultSocketTimeout(30)
|
||||
# import several helper debugging things
|
||||
from linkcheck.debuglevels import *
|
||||
from linkcheck import StringUtil
|
||||
from linkcheck import StringUtil, Config
|
||||
debug = linkcheck.debug
|
||||
_profile = "linkchecker.prof"
|
||||
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python -O
|
||||
|
||||
# Copyright (C) 2000,2001 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -141,7 +141,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.8.2",
|
||||
version = "1.8.3",
|
||||
description = "check HTML documents for broken links",
|
||||
author = myname,
|
||||
author_email = myemail,
|
||||
|
|
|
|||
Loading…
Reference in a new issue