Skip to content

Commit 9b1fe51

Browse files
committed
Release 1.21.0
1 parent 406abf0 commit 9b1fe51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
1.21.0
5+
------
6+
* New API methods ``api.search_facets()`` and ``api.search_filters()`` to get a list of available facets and filters.
7+
48
1.20.0
59
------
610
* New option "-S" for **shodan domain** to save results from the lookup

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='shodan',
10-
version='1.20.0',
10+
version='1.21.0',
1111
description='Python library and command-line utility for Shodan (https://developer.shodan.io)',
1212
long_description=README,
1313
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)