diff --git a/doc/changelog.txt b/doc/changelog.txt index 0fcae90f..7cbf5352 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +6.7 "" (released xx.xx.2011) + + 6.6 "Coraline" (released 25.3.2011) Fixes: diff --git a/doc/todo.txt b/doc/todo.txt index 0f704240..713ee171 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,2 +1 @@ -- Document Windows filename locations somewhere - Port to Python 3.x (will not happen anytime soon though) diff --git a/setup.py b/setup.py index 100d3bf4..3418e49c 100755 --- a/setup.py +++ b/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