From 09b4baa68be088ed765c45303b3267e1a47c2062 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 21 Feb 2011 23:59:00 -0300 Subject: [PATCH] codespell 1.0-rc2 --- codespell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell.py b/codespell.py index 823277ee99..d492b729e2 100755 --- a/codespell.py +++ b/codespell.py @@ -12,7 +12,7 @@ USAGE = """ \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN] """ -VERSION = '1.0-rc1' +VERSION = '1.0-rc2' misspellings = {} options = None