From ede9701caa5359ff427daa4a13b9eaed5d31f704 Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Thu, 12 Aug 2021 19:42:42 -0400 Subject: [PATCH] Release v1.14 --- doc/source/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 25d18b9..0869285 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,7 +59,7 @@ # built documents. # # The short X.Y version. -version = u'1.13' +version = u'1.14' # The full version, including alpha/beta/rc tags. release = u'0' diff --git a/setup.py b/setup.py index 5f9d7d3..e9c89e2 100755 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ package_data={ '': ['*.conf'], }, - version = '1.13.1', + version = '1.14', description = 'Implementation of the Unified Diagnostic Service (UDS) protocol (ISO-14229) used in the automotive industry.', long_description=long_description, author = 'Pier-Yves Lessard', author_email = 'py.lessard@gmail.com', license='MIT', url = 'https://github.com/pylessard/python-udsoncan', - download_url = 'https://github.com/pylessard/python-udsoncan/archive/v1.13.1.tar.gz', + download_url = 'https://github.com/pylessard/python-udsoncan/archive/v1.14.tar.gz', keywords = ['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'], python_requires='>=3.0', classifiers = [