From a9345073ddee623ae780d437f189a2c3147a4d9c Mon Sep 17 00:00:00 2001 From: John Matherly Date: Fri, 21 Sep 2018 21:14:59 -0500 Subject: [PATCH] Release 1.10.3 --- CHANGELOG.md | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d531ab..adce430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ CHANGELOG ========= -unreleased ----------- +1.10.3 +------ * Change bare 'except:' statements to 'except Exception:' or more specific ones * remove unused imports * Convert line endings of `shodan/client.py` and `tests/test_shodan.py` to unix +* List file types in **shodan convert** (#80) 1.10.2 ------ diff --git a/setup.py b/setup.py index 593a481..125896c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'shodan', - version = '1.10.2', + version = '1.10.3', description = 'Python library and command-line utility for Shodan (https://developer.shodan.io)', long_description = README, long_description_content_type = 'text/x-rst',