diff --git a/ChangeLog b/ChangeLog index 8de22c1..a93a42f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ -UNRELEASED Version 0.6.1 +2017-01-27 Version 0.6.1 - Fixed python3 dns lookup issue + - Fixed arcverify.py issue 2017-01-23 Version 0.6.0 - Add capability to sign and verify ARC signatures diff --git a/README b/README index 0cb650c..79686d2 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ signing and verification. VERSION -This is dkimpy 0.6.0. +This is dkimpy 0.6.1. REQUIREMENTS diff --git a/packaging/pydkim.spec b/packaging/pydkim.spec index 5c831fc..15c2ac3 100644 --- a/packaging/pydkim.spec +++ b/packaging/pydkim.spec @@ -3,7 +3,7 @@ Summary: Python DKIM library Name: %{pythonbase}-pydkim -Version: 0.6.0 +Version: 0.6.1 Release: 2 Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.bz2 Patch: pydkim.patch