Skip to content

Commit 80770ee

Browse files
committed
Release v1.6
1 parent d822682 commit 80770ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'1.5.1'
62+
version = u'1.6'
6363
# The full version, including alpha/beta/rc tags.
6464
release = u'0'
6565

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
setup(
1111
name = 'can-isotp',
1212
packages = find_packages(exclude=['test']),
13-
version = '1.5.1',
13+
version = '1.6',
1414
description = 'Module enabling the IsoTP protocol defined by ISO-15765',
1515
long_description=long_description,
1616
author = 'Pier-Yves Lessard',
1717
author_email = '[email protected]',
1818
license='MIT',
1919
url = 'https://github.com/pylessard/python-can-isotp',
20-
download_url = 'https://github.com/pylessard/python-can-isotp/archive/v1.5.1.tar.gz',
20+
download_url = 'https://github.com/pylessard/python-can-isotp/archive/v1.6.tar.gz',
2121
keywords = ['isotp', 'can', 'iso-15765', '15765', 'iso15765'],
2222
python_requires='>=3',
2323
classifiers = [

0 commit comments

Comments
 (0)