Bump version to 1.1.2

This commit is contained in:
Scott Kitterman
2023-03-31 13:08:19 -04:00
parent 264230308c
commit 835a890007
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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 2023-03-09 Version 1.1.1
- Document dropping of Python 2 support (dropped as of 1.1.0) (LP: - Document dropping of Python 2 support (dropped as of 1.1.0) (LP:
#20086738) #20086738)
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.1.1. This is dkimpy 1.1.2.
# REQUIREMENTS # REQUIREMENTS
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os import os
import sys import sys
version = "1.1.1" version = "1.1.2"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: