Pre-release version bumps and documentation updates.

This commit is contained in:
Scott Kitterman
2017-01-23 12:18:26 -05:00
parent 1de815367c
commit 1ded8e9171
4 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ This is dkimpy 0.6.0.
REQUIREMENTS
- Python 2.x >= 2.6, or Python 3.x >= 3.1.
- Python 2.x >= 2.7, or Python 3.x >= 3.5. For use with DKIM, earlier
python3 versions will work. ARC tests fail with python3.4. Recent
versions have not been tested on python < 2.7 or python3 < 3.4, but may
still work on python2.6 and python 3.1 - 3.3.
- dnspython or pydns. dnspython is preferred if both are present.
INSTALLATION