From 135103376a075b3d705e907eb44890bdf21bf05e Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Mon, 7 Dec 2015 17:10:31 -0500 Subject: [PATCH] Add Changelog entries for 0.5.5 and bump version to 0.5.5. --- ChangeLog | 4 ++++ README | 4 ++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1551193..4dcce8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - Fixed error in FWS regular expression that cause some valid signatures to fail verification (Thanks to Peter Palfrader (weasel) for the patch) diff --git a/README b/README index 85c38b6..f03a59f 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ dkimpy - DKIM (DomainKeys Identified Mail) https://launchpad.net/dkimpy/ -Fork of: +Friendly fork of: http://hewgill.com/pydkim/ INTRODUCTION @@ -11,7 +11,7 @@ signing and verification. VERSION -This is dkimpy 0.5.4. +This is dkimpy 0.5.5. REQUIREMENTS diff --git a/setup.py b/setup.py index e4a5787..156a545 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from distutils.core import setup import os -version = "0.5.4" +version = "0.5.5" setup( name = "dkimpy",