Update for version 0.5.4.

Fixed error in FWS regular expression that cause some valid signatures
fail verification (Thanks to Peter Palfrader (weasel) for the patch)
This commit is contained in:
Scott Kitterman
2013-06-09 22:43:29 -04:00
parent a5e10c1a98
commit fd0caddf16
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.5.3"
version = "0.5.4"
setup(
name = "dkimpy",