From d94b00e4e25ddcaac17395a3448fca83af2a7d0f Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 15 Nov 2024 14:11:25 -0800 Subject: [PATCH] Release 1.0.2 version bump & changelog update --- CHANGELOG.md | 4 ++++ requests_futures/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa8b3f..4665473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.2 - 2024-11-15 - Helps if you have the address right + +* Correct setup.py email addr + ## v1.0.1 - 2023-06-19 - The first one in the CHANGELOG * Add pytest.mark.network to test cases diff --git a/requests_futures/__init__.py b/requests_futures/__init__.py index fa3938d..98f44a9 100644 --- a/requests_futures/__init__.py +++ b/requests_futures/__init__.py @@ -12,7 +12,7 @@ import logging __title__ = 'requests-futures' -__version__ = '1.0.1' +__version__ = '1.0.2' __build__ = 0x000000 __author__ = 'Ross McFarland' __license__ = 'Apache 2.0'