diff --git a/changelog.rst b/changelog.rst index 7a453c8..bdc3e62 100644 --- a/changelog.rst +++ b/changelog.rst @@ -5,6 +5,12 @@ Changelog *************** +.. _1.3.5: + +Version 1.3.5 +------------- +* move from urllib3 1.25 to 1.24.2 because of the issue#37 + .. _1.3.4: Version 1.3.4 diff --git a/requirements.py b/requirements.py index 78d5f04..795b946 100644 --- a/requirements.py +++ b/requirements.py @@ -2,5 +2,5 @@ mock ipython oauth2==1.9.0.post1 -urllib3==1.25 +urllib3==1.24.2 httplib2==0.10.3 diff --git a/setup.py b/setup.py index 87c3f06..e3ab31c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = readme.read() readme.close() -VERSION = (1, 3, 4, 0, 0) +VERSION = (1, 3, 5, 0, 0) def get_version(): @@ -76,7 +76,7 @@ def run(self): author_email='python@upwork.com', maintainer='Maksym Novozhylov', maintainer_email='mnovozhilov@upwork.com', - install_requires=['oauth2==1.9.0.post1', 'urllib3==1.25.3'], + install_requires=['oauth2==1.9.0.post1', 'urllib3==1.24.2'], packages=find_packages(), license='BSD', download_url='http://github.com/upwork/python-upwork', diff --git a/upwork/__init__.py b/upwork/__init__.py index 1aa0715..8339dac 100644 --- a/upwork/__init__.py +++ b/upwork/__init__.py @@ -13,7 +13,7 @@ """ -VERSION = '1.3.4' +VERSION = '1.3.5' def get_version():