Set up to start 0.7 development.

This commit is contained in:
Scott Kitterman
2017-06-04 14:26:02 -04:00
parent d4a2b4e954
commit 804580a4d9
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
UNRELEASED Version 0.7.0
-
2017-05-30 Version 0.6.2
- Fixed problem with header folding that caused the first line to be
folded too long (Updated test test_add_body_length since l= tag is no
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.6.2"
version = "0.7.0"
setup(
name = "dkimpy",