diff --git a/ChangeLog b/ChangeLog index a48b1b2..7090b6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2011-06-16 Version 0.4.2 + - Fix use of dns namespace so dnspython works + 2011-06-15 Version 0.4.1 - Fix some except clauses for python3 - Correct Changelog and release versions diff --git a/PKG-INFO b/PKG-INFO index 04b2358..ef6a3a2 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pydkim -Version: 0.4.1 +Version: 0.4.2 Summary: DKIM (DomainKeys Identified Mail) Home-page: http://hewgill.com/pydkim/ Author: Greg Hewgill diff --git a/README b/README index ff1f859..dfb677e 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ signing and verification. VERSION -This is pydkim 0.4.1. +This is pydkim 0.4.2. REQUIREMENTS diff --git a/setup.py b/setup.py index d5455bd..cde8733 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from distutils.core import setup import os -version = "0.4.1" +version = "0.4.2" setup( name = "pydkim",