mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 15:10:23 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1781 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
f66c780a0c
commit
f207fadfd1
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
1.13.3 "" (released xx.xx.xxxx)
|
||||
*
|
||||
|
||||
1.13.2 "Zatôichi" (released 8.9.2004)
|
||||
* Fix permissions of data files on install to be world readable.
|
||||
Type: bugfix
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.13.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Fri, 10 Sep 2004 09:07:21 +0200
|
||||
|
||||
linkchecker (1.13.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -164,7 +164,7 @@ class MyDistribution (distklass, object):
|
|||
"creating %s" % filename, self.verbose>=1, self.dry_run)
|
||||
|
||||
|
||||
if os.name=='nt':
|
||||
if os.name == 'nt':
|
||||
# windows does not have unistd.h
|
||||
macros = [('YY_NO_UNISTD_H', None)]
|
||||
cargs = []
|
||||
|
|
@ -181,7 +181,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.13.2",
|
||||
version = "1.13.3",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue