Clean up local tree so release is clean and then do a quick 0.5.6.

This commit is contained in:
Scott Kitterman
2015-12-07 17:44:01 -05:00
parent b0ac6f6224
commit db448f1630
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2015-12-07 Verion 0.5.6
- Brown paper bag release, 0.5.5 tarball inadvertently included pyc files
and other artifacts from development
2015-12-07 Version 0.5.5 2015-12-07 Version 0.5.5
- Fix and test case for case insensitive subdomain matching. - Fix and test case for case insensitive subdomain matching.
- Python3 compatibility fixes and test cases thanks to Diane Trout - Python3 compatibility fixes and test cases thanks to Diane Trout
+1 -1
View File
@@ -11,7 +11,7 @@ signing and verification.
VERSION VERSION
This is dkimpy 0.5.5. This is dkimpy 0.5.6.
REQUIREMENTS REQUIREMENTS
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup from distutils.core import setup
import os import os
version = "0.5.5" version = "0.5.6"
setup( setup(
name = "dkimpy", name = "dkimpy",