mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2830 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
95081a62e6
commit
f75b344a06
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
3.3 "" (released xx.xx.xxxx)
|
||||
|
||||
*
|
||||
|
||||
3.2 "Kiss kiss bang bang" (released 3.8.2005)
|
||||
|
||||
* Fixed typo in redirection handling code.
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (3.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 10 Oct 2005 23:55:56 +0200
|
||||
|
||||
linkchecker (3.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -502,7 +502,7 @@ elif win_compiling:
|
|||
]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "3.2",
|
||||
version = "3.3",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verification",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue