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'