Update Changelog and switch to version 0.4.2 throughout.

This commit is contained in:
Scott Kitterman
2011-06-16 14:50:03 -05:00
parent 8713e6e9f8
commit 18e9aef36b
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -8,7 +8,7 @@ signing and verification.
VERSION
This is pydkim 0.4.1.
This is pydkim 0.4.2.
REQUIREMENTS
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.4.1"
version = "0.4.2"
setup(
name = "pydkim",