Bump version to 0.8.0

This commit is contained in:
Scott Kitterman
2018-03-25 20:52:53 -04:00
parent 1d67fd3c4d
commit c674e53a15
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
Unreleased Version 0.8.0
2018-02-17 Version 0.7.1
- Update ed25519 tests, including using sample keys from RFC 8032 Section
7.1 and the sample message from RFC 6376
+1 -1
View File
@@ -11,7 +11,7 @@ signing and verification.
VERSION
This is dkimpy 0.7.1.
This is dkimpy 0.8.0.
REQUIREMENTS
+1 -1
View File
@@ -3,7 +3,7 @@
Summary: Python DKIM library
Name: %{pythonbase}-pydkim
Version: 0.7.1
Version: 0.8.0
Release: 1
Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.bz2
Patch: pydkim.patch
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.7.1"
version = "0.8.0"
setup(
name = "dkimpy",