Bump versions to 0.8.2

This commit is contained in:
Scott Kitterman
2018-10-30 07:17:10 -04:00
parent 5349a9f813
commit 3aaa7e2ab5
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
UNRELEASED Version 0.9.0
- Add support for EAI addresses in domains and selectors (John Levine)
UNRELEASED Version 0.8.2
- Fix DNS lookups to be compatible with EAI addresses in domains and
selectors (John Levine)
- Add type Hinting for sign and verify functions (LP: #1782596)
(Thomas Ward)
- PEP8 Blank Lines Style Issues (LP: #1782596)
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "0.8.1"
version = "0.8.2"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: