From cdbc8d7ba158416aba5b10534014f366c120fd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Tue, 5 Jul 2022 15:20:44 +0200 Subject: [PATCH] bumping to v3.6 --- client-py3/full/src/uds/__init__.py | 10 ++++------ client-py3/full/src/uds/tunnel.py | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/client-py3/full/src/uds/__init__.py b/client-py3/full/src/uds/__init__.py index 7a2581c1a..05deffba2 100644 --- a/client-py3/full/src/uds/__init__.py +++ b/client-py3/full/src/uds/__init__.py @@ -29,13 +29,11 @@ ''' @author: Adolfo Gómez, dkmaster at dkmon dot com ''' -from __future__ import unicode_literals - -VERSION = '3.5.0' +VERSION = '3.6.0' __title__ = 'udclient' __version__ = VERSION -__build__ = 0x010760 -__author__ = 'Adolfo Gómez' +__build__ = 0x010712 +__author__ = 'Adolfo Gómez ' __license__ = "BSD 3-clause" -__copyright__ = "Copyright 2014-2017 VirtualCable S.L.U." +__copyright__ = "Copyright 2014-2022 VirtualCable S.L.U." diff --git a/client-py3/full/src/uds/tunnel.py b/client-py3/full/src/uds/tunnel.py index 8716b7448..75d60bd36 100644 --- a/client-py3/full/src/uds/tunnel.py +++ b/client-py3/full/src/uds/tunnel.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2021 Virtual Cable S.L.U. +# Copyright (c) 2022 Virtual Cable S.L.U. # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification,