Skip to content

Commit c004549

Browse files
author
Matt Lisivick
committed
Update requests library version / Correct Documentation Typo
1 parent 1524480 commit c004549

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

newsapi/newsapi_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ def get_everything(self, q=None, sources=None, domains=None, from_param=None, to
145145
(str) language - The 2-letter ISO-639-1 code of the language you want to get headlines for. Valid values are:
146146
'ar','de','en','es','fr','he','it','nl','no','pt','ru','se','ud','zh'
147147
148-
(str) sort_by - The order to sort the articles in. Valid values are: 'relevancy','popularity','publishedAt',
149-
'relevancy'
148+
(str) sort_by - The order to sort the articles in. Valid values are: 'relevancy','popularity','publishedAt'
150149
151150
(int) page_size - The number of results to return per page (request). 20 is the default, 100 is the maximum.
152151

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
install_requires = [
6-
'requests==2.13.0'
6+
'requests==2.17.1'
77
]
88

99
tests_require = [
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='newsapi-python',
15-
version='0.2.2',
15+
version='0.2.3',
1616
author='Matt Lisivick',
1717
author_email='lisivickmatt@gmail.com',
1818
license='MIT',

0 commit comments

Comments
 (0)