Skip to content

Commit

Permalink
Version 1.1.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Duffner <robertd@surveymonkey.com>
  • Loading branch information
rjduffner and rjduffner committed Sep 15, 2020
1 parent da233f7 commit cfcb465
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cfcb465

Please sign in to comment.