mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 22:31:00 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1312 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
658b6bbfd3
commit
83645c232e
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
1.12.3 (release xx.xx.xxxx)
|
||||
|
||||
1.12.2 (release 4.4.2004)
|
||||
* use XmlUtils instead of xmlify for XML quoting
|
||||
Type: code cleanup
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.12.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 5 Apr 2004 12:03:33 +0200
|
||||
|
||||
linkchecker (1.12.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python -O
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2004 Bastian Kleineidam
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -146,7 +146,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.12.2",
|
||||
version = "1.12.3",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue