diff --git a/ChangeLog b/ChangeLog index 722f069..1705b7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Verstion 1.0.2 +Verstion 1.1 - Update documentation URL in README.md - Set minimum dnspython version to 1.16 because previous versions can not support the timeout parameter (LP: #1856546) diff --git a/README.md b/README.md index 8b5cee4..d529443 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376 # VERSION -This is dkimpy 1.0.1. +This is dkimpy 1.1. # REQUIREMENTS diff --git a/setup.py b/setup.py index e1bd8f5..b469e89 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "1.0.1" +version = "1.1" kw = {} # Work-around for lack of 'or' requires in setuptools. try: