Set version and release date

This commit is contained in:
Scott Kitterman
2019-12-15 01:26:32 -05:00
parent 5a0824108d
commit 52f1279754
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Version 1.0.1
2019-12-15 Version 1.0.1
- Follow CNAMES when looking up key records when using DNS (pydns)
(LP: #1856421)
- Provide specialized error message when signing or verifying ed25519
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION
This is dkimpy 1.0.0.
This is dkimpy 1.0.1.
# REQUIREMENTS
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "1.0.0"
version = "1.0.1"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: