mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 11:01:06 +00:00
Bump up version.
This commit is contained in:
parent
c8298f2f67
commit
5836d758ff
3 changed files with 10 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
linkchecker (7.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Bastian Kleineidam <calvin@debian.org> Sat, 07 May 2011 14:01:23 +0200
|
||||||
|
|
||||||
linkchecker (6.9-1) unstable; urgency=low
|
linkchecker (6.9-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
7.0 "" (released xx.xx.2011)
|
||||||
|
|
||||||
|
|
||||||
6.9 "Cowboy Bebop" (released 6.5.2011)
|
6.9 "Cowboy Bebop" (released 6.5.2011)
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -65,7 +65,7 @@ except ImportError:
|
||||||
pass
|
pass
|
||||||
from distutils.core import Distribution
|
from distutils.core import Distribution
|
||||||
|
|
||||||
AppVersion = "6.9"
|
AppVersion = "7.0"
|
||||||
AppName = "LinkChecker"
|
AppName = "LinkChecker"
|
||||||
|
|
||||||
# basic excludes for py2exe and py2app
|
# basic excludes for py2exe and py2app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue