From 36efe2f6f5de6e590fecc8a06dad9e340cf44793 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Fri, 20 Jan 2023 14:47:02 -0800 Subject: [PATCH] cut release 1.2.0 for #34 #63 --- HISTORY.md | 14 +++++++++++++- requests_aws4auth/__init__.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 65e079c..ae16b36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,16 @@ -1.1.2 (TODO) +1.2.0 (2023-01-20) +========= + +**Bugfixes** + +- Fix #34, port numbers on header, with #63. Thanks @phillipberndt. + +**Changes** + +- test against 3.10. Currently supporting 3.8-3.10. +- small fixup to flake8 config + +1.1.2 (2022-03-24) ========= **Changes** diff --git a/requests_aws4auth/__init__.py b/requests_aws4auth/__init__.py index 9a8eda6..cfbe937 100644 --- a/requests_aws4auth/__init__.py +++ b/requests_aws4auth/__init__.py @@ -199,4 +199,4 @@ del aws4signingkey del exceptions -__version__ = '1.1.2' +__version__ = '1.2.0'