Skip to content

Commit

Permalink
update changelog, setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taspinar committed Jul 22, 2020
1 parent b0dcc3c commit e99bac4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# twitterscraper changelog

# 1.5.0 ( 2020-06-05 )
# 1.6.0 ( 2020-07-22 )
## Added
- PR234: Adds command line argument -dp or --disableproxy to disable to use of proxy when querying.
## Improved
- PR261: Improve logging; there is no ts_logger file, logger is initiated in main.py and query.py, loglevel is set via CLI.

# 1.5.0 ( 2020-07-22 )
## Fixed
- PR304: Fixed query.py by adding 'X-Requested-With': 'XMLHttpRequest' to header value.
- PR253: Fixed Docker build
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.5.0',
version='1.6.0',
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.5.0'
__version__ = '1.6.0'
__author__ = 'Ahmet Taspinar'
__license__ = 'MIT'

Expand Down

0 comments on commit e99bac4

Please sign in to comment.