From 73dbcc08a8076b34d2b2501a55384585c11c22f9 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Mon, 16 Dec 2019 15:21:27 -0500 Subject: [PATCH] Bump version to 1.1 for next feature series development --- ChangeLog | 2 +- README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: