mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 10:20:23 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3467 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
eeab3206c9
commit
6f221ae45f
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
4.5 "" (released xx.xx.xxxx)
|
||||
|
||||
*
|
||||
|
||||
4.4 "Garden State" (released 16.9.2006)
|
||||
|
||||
* The JavaScript URL syntax check allows now digits and underscores.
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (4.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sat, 16 Sep 2006 12:08:36 +0200
|
||||
|
||||
linkchecker (4.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release (Closes: #385956)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -510,7 +510,7 @@ elif win_compiling:
|
|||
]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "4.4",
|
||||
version = "4.5",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verification",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue