mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 22:31:00 +00:00
Bump up version
This commit is contained in:
parent
1e5072ad28
commit
537f46ead2
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
5.6 "" (released xx.xx.2010)
|
||||
|
||||
|
||||
5.5 "Red" (released 20.11.2010)
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "5.5"
|
||||
AppVersion = "5.6"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# py2exe options for windows .exe packaging
|
||||
|
|
|
|||
Loading…
Reference in a new issue