mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Bump up version.
This commit is contained in:
parent
0f1d3ed513
commit
2a070026e9
3 changed files with 16 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sun, 19 Dec 2010 17:16:01 +0100
|
||||
|
||||
linkchecker (6.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
6.1 "" (released xx.xx.2010)
|
||||
|
||||
Fixes:
|
||||
|
||||
Changes:
|
||||
|
||||
Features:
|
||||
|
||||
|
||||
6.0 "Kung Fu Panda Holiday Special" (released 19.12.2010)
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -60,7 +60,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "6.0"
|
||||
AppVersion = "6.1"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# py2exe options for windows .exe packaging
|
||||
|
|
|
|||
Loading…
Reference in a new issue