Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > d7e947951b8455f669c0ea9374e21999 > files > 2

codespell-1.10.0-1.mga6.src.rpm

From f8780fa092c585ae5c198eada7b2b048a0cf332b Mon Sep 17 00:00:00 2001
From: Eric Larson <larson.eric.d@gmail.com>
Date: Wed, 15 Mar 2017 10:08:11 -0400
Subject: [PATCH] FIX: Fix version

---
 codespell_lib/_codespell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py
index 9698f23..7219667 100755
--- a/codespell_lib/_codespell.py
+++ b/codespell_lib/_codespell.py
@@ -30,7 +30,7 @@
 USAGE = """
 \t%prog [OPTIONS] [file1 file2 ... fileN]
 """
-VERSION = '1.10.0.dev0'
+VERSION = '1.10.0'
 
 misspellings = {}
 exclude_lines = set()