From 80770eeaafc78c4306e5bc75ea9889359994132a Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Sun, 7 Jun 2020 17:37:53 -0700 Subject: [PATCH] Release v1.6 --- 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 cadf90f..2cb4643 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.5.1' +version = u'1.6' # The full version, including alpha/beta/rc tags. release = u'0' diff --git a/setup.py b/setup.py index d4f54b6..db4c63e 100755 --- a/setup.py +++ b/setup.py @@ -10,14 +10,14 @@ setup( name = 'can-isotp', packages = find_packages(exclude=['test']), - version = '1.5.1', + version = '1.6', description = 'Module enabling the IsoTP protocol defined by ISO-15765', long_description=long_description, author = 'Pier-Yves Lessard', author_email = 'py.lessard@gmail.com', license='MIT', url = 'https://github.com/pylessard/python-can-isotp', - download_url = 'https://github.com/pylessard/python-can-isotp/archive/v1.5.1.tar.gz', + download_url = 'https://github.com/pylessard/python-can-isotp/archive/v1.6.tar.gz', keywords = ['isotp', 'can', 'iso-15765', '15765', 'iso15765'], python_requires='>=3', classifiers = [