Bump version to 1.1.3

This commit is contained in:
Scott Kitterman
2023-04-28 23:41:49 -04:00
parent 5cedcb46d5
commit 339bf1fb63
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
Version 1.1.3
2023-04-09 Version 1.1.2 2023-04-09 Version 1.1.2
- Verify correct AMS header is used for ARC seal verification (André Cruz) - Verify correct AMS header is used for ARC seal verification (André Cruz)
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.1.2. This is dkimpy 1.1.3.
# 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.2" version = "1.1.3"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: