From 83d4213877500fe127a013182fc44fca1dbc37a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Dom=C3=ADnguezgit=40github=2Ecom=3Apeillis/helpap?= =?UTF-8?q?p=2Egit?= Date: Thu, 19 Mar 2020 18:11:44 +0100 Subject: [PATCH] Fix vies url -- Increase version number --- vies/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vies/__init__.py b/vies/__init__.py index c67d050..1eb495b 100644 --- a/vies/__init__.py +++ b/vies/__init__.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- import logging -__version__ = "5.0.1" +__version__ = "5.0.2" logger = logging.getLogger('vies') -VIES_WSDL_URL = str('http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl') # NoQA +VIES_WSDL_URL = str('https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl') # NoQA VATIN_MAX_LENGTH = 14