Skip to content

Commit

Permalink
bumped ver 2.3.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
theelous3 committed Sep 4, 2019
1 parent a0ab21b commit 23443b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asks/request_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async def make_request(self, redirect=False):
('Accept-Encoding', 'gzip, deflate'),
('Accept', '*/*'),
('Content-Length', '0'),
('User-Agent', 'python-asks/2.3.5')
('User-Agent', 'python-asks/2.3.6')
])

# check for a CookieTracker object, and if it's there inject
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description='asks - async http',
long_description='asks is an async http lib for curio, trio and asyncio',
license='MIT',
version='2.3.5',
version='2.3.6',
author='Mark Jameson - aka theelous3',
url='https://github.com/theelous3/asks',
packages=['asks'],
Expand Down

0 comments on commit 23443b0

Please sign in to comment.