From abba7cb651e7eba89c6fcd59d2f4cd056d5554ea Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 2 Apr 2011 11:08:02 +0200 Subject: [PATCH] Bump up version --- doc/changelog.txt | 3 +++ doc/todo.txt | 1 - setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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