Update version numbers to 0.5 and start new Changelog entry.

This commit is contained in:
Scott Kitterman
2011-06-16 22:41:42 -05:00
parent 9e3ec3665d
commit 550e3e3983
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
UNRELEASED Version 0.5
2011-06-16 Version 0.4.2
- Fix use of dns namespace so dnspython works
+1 -1
View File
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: pydkim
Version: 0.4.2
Version: 0.5
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.2.
This is pydkim 0.5.
REQUIREMENTS
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.4.2"
version = "0.5"
setup(
name = "pydkim",