Add Changelog entries for 0.5.5 and bump version to 0.5.5.

This commit is contained in:
Scott Kitterman
2015-12-07 17:10:31 -05:00
parent 01541a3c36
commit 135103376a
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2015-12-07 Version 0.5.5
- Fix and test case for case insensitive subdomain matching.
- Python3 compatibility fixes and test cases thanks to Diane Trout
2013-06-10 Version 0.5.4 2013-06-10 Version 0.5.4
- Fixed error in FWS regular expression that cause some valid signatures - Fixed error in FWS regular expression that cause some valid signatures
to fail verification (Thanks to Peter Palfrader (weasel) for the patch) to fail verification (Thanks to Peter Palfrader (weasel) for the patch)
+2 -2
View File
@@ -1,7 +1,7 @@
dkimpy - DKIM (DomainKeys Identified Mail) dkimpy - DKIM (DomainKeys Identified Mail)
https://launchpad.net/dkimpy/ https://launchpad.net/dkimpy/
Fork of: Friendly fork of:
http://hewgill.com/pydkim/ http://hewgill.com/pydkim/
INTRODUCTION INTRODUCTION
@@ -11,7 +11,7 @@ signing and verification.
VERSION VERSION
This is dkimpy 0.5.4. This is dkimpy 0.5.5.
REQUIREMENTS REQUIREMENTS
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup from distutils.core import setup
import os import os
version = "0.5.4" version = "0.5.5"
setup( setup(
name = "dkimpy", name = "dkimpy",