Skip to content

Commit

Permalink
Release 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
John Matherly committed Sep 22, 2018
1 parent 2863c51 commit a934507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a934507

Please sign in to comment.