From aaa94176cfc3e51c63d5193a90517ee212dcf4cd Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 11 Jul 2005 15:11:15 +0000 Subject: [PATCH] bump up version git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2732 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 6 ++++++ debian/changelog | 6 ++++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b36552e5..38306dad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +3.1 "" (released xx.xx.xxxx) + + * Updated documentation for the HTML parser. + Type: feature + Changed: linkcheck/HtmlParser/* + 3.0 "The Jacket" (released 8.7.2005) * Catch all check errors, not just the ones inside of URL checking. diff --git a/debian/changelog b/debian/changelog index 5460f452..866427f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (3.1-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Mon, 11 Jul 2005 17:11:48 +0200 + linkchecker (3.0-1) unstable; urgency=low * New upstream release. diff --git a/setup.py b/setup.py index 442d6677..0472c89e 100755 --- a/setup.py +++ b/setup.py @@ -364,7 +364,7 @@ elif win_compiling: ])) setup (name = "linkchecker", - version = "3.0", + version = "3.1", description = "check websites and HTML documents for broken links", keywords = "link,url,checking,verification", author = myname,