Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
Updated changelog with notable fixes/ improvements
  • Loading branch information
achillean committed May 29, 2018
1 parent 6087faa commit 4ccbe71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGES → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
CHANGES
=======
CHANGELOG
=========

in development
--------------
* added CHANGES file
1.8.0
-----
* Shodan CLI now installs properly on Windows (#66)
* Improved output of "shodan host" (#64, #67)
* Fixed bug that prevented an open port from being shown in "shodan host" (#63)
* No longer show an empty page if "shodan search" didn't return results (#62)
* Updated docs to make them Python3 compatible

1.7.7
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'shodan',
version = '1.7.7',
version = '1.8.0',
description = 'Python library and command-line utility for Shodan (https://developer.shodan.io)',
author = 'John Matherly',
author_email = '[email protected]',
Expand Down

0 comments on commit 4ccbe71

Please sign in to comment.