We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101498d commit 291a649Copy full SHA for 291a649
codespell_lib/_codespell.py
@@ -36,7 +36,7 @@
36
USAGE = """
37
\t%prog [OPTIONS] [file1 file2 ... fileN]
38
"""
39
-VERSION = '2.2.dev0'
+VERSION = '2.2.0'
40
41
supported_languages_en = ('en', 'en_GB', 'en_US', 'en_CA', 'en_AU')
42
supported_languages = supported_languages_en
0 commit comments