From e2328dd4351296a4a379fe30528c6a0b73605f9b Mon Sep 17 00:00:00 2001 From: Wilfred Tyler Gee Date: Wed, 17 May 2023 14:33:07 -1000 Subject: [PATCH 1/2] Update setup.cfg Make sure the `testing` install option includes `tox`. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 36d6bb50..5b03304d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -95,6 +95,7 @@ testing = pytest-remotedata>=0.3.1 pytest_mpl python-dotenv + tox social = requests tweepy From 233466f3fa1ce46e603957e904e4d9123c3c6930 Mon Sep 17 00:00:00 2001 From: Wilfred Tyler Gee Date: Wed, 17 May 2023 14:34:30 -1000 Subject: [PATCH 2/2] Update changelog for release --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 00519ba4..6fcba973 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +0.2.40 - 2023-05-17 +------------------- + +Fixed +^^^^^ + +* Added `tox` to `testing` install option to fix auto PyPi builds. + + 0.2.39 - 2023-05-17 -------------------