diff --git a/CHANGES.md b/CHANGES.md index f32aa2a..bbfba44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ #Release Notes +1.1.0 +========== +- Catch RequestsException Instead Of Connection Errors To Allow For Retries during timeouts (#30) + 1.0.1 ========== - search(): _actually_ send the query_dict in the request body as was intended in 1.0.0 (missed a cherry-pick) diff --git a/setup.py b/setup.py index c7cf49d..7f4d1d8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): README = read('README.md') CHANGES = read('CHANGES.md') -version = '1.0.1' +version = '1.1.0' setup( name="wukong",