From: Karl Hasselström Date: Tue, 11 Dec 2007 14:23:47 +0000 (+0100) Subject: Fix typo: we require Python 2.4, not 2.5 X-Git-Tag: v0.14.1~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/e9827449233f4dee8a4a6c045409edc93792862f Fix typo: we require Python 2.4, not 2.5 Signed-off-by: Karl Hasselström --- diff --git a/stgit/version.py b/stgit/version.py index c443c90..01b9867 100644 --- a/stgit/version.py +++ b/stgit/version.py @@ -2,4 +2,4 @@ version = '0.14' # minimum version requirements git_min_ver = '1.5.2' -python_min_ver = '2.5' +python_min_ver = '2.4'