updated changelog

This commit is contained in:
Gene Shuman
2017-01-23 17:01:50 -08:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
UNRELEASED Version 0.6.1
- Fixed python3 dns lookup issue
2017-01-23 Version 0.6.0
- Add capability to sign and verify ARC signatures
- Added new script, dknewkey.py, to generate DKIM keys
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.6.0"
version = "0.6.1"
setup(
name = "dkimpy",