bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2177 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-20 20:34:35 +00:00
parent b8ddb53d0a
commit 65dbf8618c
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
linkchecker (2.2-1) unstable; urgency=low
* New upstream release.
* Suggest psyco, and conflict with unsupported psyco versions << 1.4
-- Bastian Kleineidam <calvin@debian.org> Thu, 20 Jan 2005 20:57:12 +0100
linkchecker (2.1-1) unstable; urgency=low
* New upstream release.

View file

@ -270,7 +270,7 @@ elif os.name == 'nt':
'doc/shot2_thumb.jpg', ]))
setup (name = "linkchecker",
version = "2.1",
version = "2.2",
description = "check HTML documents for broken links",
keywords = "link,url,checking,verfication",
author = myname,