mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
Bump up version; renamed readme file to standard name.
This commit is contained in:
parent
76eddb62a8
commit
d771fc9a5e
4 changed files with 14 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
include readme.txt doc/install.txt COPYING doc/upgrading.txt
|
||||
include README.txt doc/install.txt COPYING doc/upgrading.txt
|
||||
include MANIFEST.in doc/changelog.txt
|
||||
include config/linkchecker-completion config/create.sql
|
||||
include config/linkcheckerrc config/logging.conf
|
||||
|
|
|
|||
12
debian/changelog
vendored
12
debian/changelog
vendored
|
|
@ -1,3 +1,15 @@
|
|||
linkchecker (7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sat, 05 Nov 2011 13:33:47 +0100
|
||||
|
||||
linkchecker (7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Thu, 20 Oct 2011 10:17:49 +0200
|
||||
|
||||
linkchecker (7.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -67,7 +67,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "7.2"
|
||||
AppVersion = "7.3"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# basic includes for py2exe and py2app
|
||||
|
|
|
|||
Loading…
Reference in a new issue