Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
taspinar committed Jul 28, 2020
1 parent 1d6b30e commit 0e5e269
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# twitterscraper changelog

# 1.6.1 ( 2020-07-28 )
## Fixed
- Issue 330: Added KeyError to the try / except so that it no longer breaks when json_resp does not have this key.

# 1.6.0 ( 2020-07-22 )
## Added
- PR234: Adds command line argument -dp or --disableproxy to disable to use of proxy when querying.
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='twitterscraper',
version='1.6.0',
version='1.6.1',
description='Tool for scraping Tweets',
url='https://github.com/taspinar/twitterscraper',
author=['Ahmet Taspinar', 'Lasse Schuirmann'],
Expand Down
2 changes: 1 addition & 1 deletion twitterscraper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Twitter Scraper tool
"""

__version__ = '1.6.0'
__version__ = '1.6.1'
__author__ = 'Ahmet Taspinar'
__license__ = 'MIT'

Expand Down

0 comments on commit 0e5e269

Please sign in to comment.