From c92bdd080435cb1e72125c1f47a3d9d7ca3164ed Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 10 Apr 2013 14:35:23 -0300 Subject: [PATCH] codespell 1.5 --- codespell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell.py b/codespell.py index daec448c73..b16c9011cd 100755 --- a/codespell.py +++ b/codespell.py @@ -27,7 +27,7 @@ USAGE = """ \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN] """ -VERSION = '1.4' +VERSION = '1.5' misspellings = {} exclude_lines = set()