From 64189e3b0e386a299423510634a46b0ecdbca861 Mon Sep 17 00:00:00 2001 From: Johny Chen Jy <31947361+carcaroff@users.noreply.github.com> Date: Wed, 1 Aug 2018 17:10:17 -0300 Subject: [PATCH 1/3] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d55083..6a1e1ac 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ later (LGPLv2+)', 'suds-jurko-requests >= 1.2', 'reportlab', 'pytz', - 'zeep', + 'zeep == 2.5', ], tests_require=[ 'pytest', From f6b8d9e83256e106dd0b8c678f3c2edc08a97008 Mon Sep 17 00:00:00 2001 From: Johny Chen Jy <31947361+carcaroff@users.noreply.github.com> Date: Wed, 1 Aug 2018 17:13:39 -0300 Subject: [PATCH 2/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a1e1ac..bebb655 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "0.10.0" +VERSION = "0.10.1" setup( From 2b887526c1c40ec04a04eb9875436ca3c5578420 Mon Sep 17 00:00:00 2001 From: Johny Chen Jy <31947361+carcaroff@users.noreply.github.com> Date: Wed, 1 Aug 2018 17:14:02 -0300 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63f4786..f9235ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ reportlab pytest pytest-cov pytz -zeep +zeep == 2.5