From 835a8900077f874c4d0dbacfb0293f953aab2ca7 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 31 Mar 2023 13:08:19 -0400 Subject: [PATCH] Bump version to 1.1.2 --- ChangeLog | 3 +++ README.md | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8dde7c1..e8d5aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.1.2 + - Verify correct AMS header is used for ARC seal verification + 2023-03-09 Version 1.1.1 - Document dropping of Python 2 support (dropped as of 1.1.0) (LP: #20086738) diff --git a/README.md b/README.md index 6d0f27f..cb0c335 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376 # VERSION -This is dkimpy 1.1.1. +This is dkimpy 1.1.2. # REQUIREMENTS diff --git a/setup.py b/setup.py index 8aa2fb4..4addcdf 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "1.1.1" +version = "1.1.2" kw = {} # Work-around for lack of 'or' requires in setuptools. try: