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 977a8c8 commit 125819b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# twitterscraper changelog

# 1.5.0 ( 2020-06-05 )
## Fixed
- PR304: Fixed query.py by adding 'X-Requested-With': 'XMLHttpRequest' to header value.
- PR253: Fixed Docker build
## Added
- PR313: Added example to README (section 2.3.1).
- PR277: Support emojis by adding the alt text of images to the tweet text.

# 1.4.0 ( 2019-11-03 )
## Fixed
- PR228: Fixed Typo in Readme
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.4.0',
version='1.5.0',
description='Tool for scraping Tweets',
url='https://github.com/taspinar/twitterscraper',
author=['Ahmet Taspinar', 'Lasse Schuirmann'],
Expand Down
4 changes: 2 additions & 2 deletions twitterscraper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# TwitterScraper
# Copyright 2016-2019 Ahmet Taspinar
# Copyright 2016-2020 Ahmet Taspinar
# See LICENSE for details.
"""
Twitter Scraper tool
"""

__version__ = '1.4.0'
__version__ = '1.5.0'
__author__ = 'Ahmet Taspinar'
__license__ = 'MIT'

Expand Down

0 comments on commit 125819b

Please sign in to comment.