mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 06:00:39 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@894 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
6f1f665b1c
commit
2fc00de975
3 changed files with 9 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
linkchecker (1.8.16-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Standards version 3.5.10.0 (no changes)
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Thu, 22 May 2003 00:28:27 +0200
|
||||
|
||||
linkchecker (1.8.15-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -3,7 +3,7 @@ Section: web
|
|||
Priority: optional
|
||||
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
||||
Build-Depends: python2.2-dev (>= 2.2.1), debhelper (>= 4.1.0), gettext
|
||||
Standards-Version: 3.5.9.0
|
||||
Standards-Version: 3.5.10.0
|
||||
|
||||
Package: linkchecker
|
||||
Architecture: any
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -144,7 +144,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.8.15",
|
||||
version = "1.8.16",
|
||||
description = "check HTML documents for broken links",
|
||||
author = myname,
|
||||
author_email = myemail,
|
||||
|
|
|
|||
Loading…
Reference in a new issue