We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c3b32 commit 00cc217Copy full SHA for 00cc217
codespell_lib/_codespell.py
@@ -29,7 +29,7 @@
29
USAGE = """
30
\t%prog [OPTIONS] [file1 file2 ... fileN]
31
"""
32
-VERSION = '1.12.0.dev0'
+VERSION = '1.12.0'
33
34
misspellings = {}
35
ignore_words = set()
0 commit comments