Skip to content

Commit

Permalink
minor fix, temp release
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Aug 3, 2019
1 parent 58df40c commit 7966b1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
SoCLI Changelog
================

Release 3.8
---------------------------

* Fixed bugs

Release 3.7
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
entry_points = {"console_scripts": ['socli = socli.socli:main']},
install_requires=['BeautifulSoup4','requests','colorama','Py-stackExchange', 'urwid'],
requires=['BeautifulSoup4','requests','colorama','PyStackExchange', 'urwid'],
version='3.7',
version='3.8',
url='http://www.github.com/gautamkrishnar/socli',
keywords="stack overflow cli",
license='BSD',
Expand Down
2 changes: 1 addition & 1 deletion socli/socli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
uas = [] # User agent list
header = {} # Request header
google_search = True # Uses google search. Enabled by default.
google_search_url = "https://www.google.com/search?q=site:stackoverflow.com+" #Google search query URL
google_search_url = "https://www.google.com/search?q=site:www.stackoverflow.com+" #Google search query URL
# Suppressing InsecureRequestWarning and many others
urllib3.disable_warnings()

Expand Down

0 comments on commit 7966b1a

Please sign in to comment.