mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-27 19:20:30 +00:00
Bump up version
This commit is contained in:
parent
a0e8811f43
commit
abba7cb651
3 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
6.7 "" (released xx.xx.2011)
|
||||
|
||||
|
||||
6.6 "Coraline" (released 25.3.2011)
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
- Document Windows filename locations somewhere
|
||||
- Port to Python 3.x (will not happen anytime soon though)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -60,7 +60,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "6.6"
|
||||
AppVersion = "6.7"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# py2exe options for windows .exe packaging
|
||||
|
|
|
|||
Loading…
Reference in a new issue