mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 11:54:43 +00:00
Bump up version.
This commit is contained in:
parent
867e1ae7e9
commit
5e9c36e0c9
3 changed files with 16 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (5.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Tue, 26 Oct 2010 16:21:09 +0200
|
||||
|
||||
linkchecker (5.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
5.5 "" (released xx.xx.2010)
|
||||
|
||||
Fixes:
|
||||
|
||||
Changes:
|
||||
|
||||
Features:
|
||||
|
||||
|
||||
5.4 "How to train your dragon" (released 26.10.2010)
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "5.4"
|
||||
AppVersion = "5.5"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# py2exe options for windows .exe packaging
|
||||
|
|
|
|||
Loading…
Reference in a new issue