Skip to content

Commit

Permalink
Release V1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard committed Apr 16, 2020
1 parent 2767d61 commit fda5c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = u'1.0'
version = u'1.5.1'
# The full version, including alpha/beta/rc tags.
release = u'0'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
setup(
name = 'can-isotp',
packages = find_packages(exclude=['test']),
version = '1.5',
version = '1.5.1',
description = 'Module enabling the IsoTP protocol defined by ISO-15765',
long_description=long_description,
author = 'Pier-Yves Lessard',
author_email = '[email protected]',
license='MIT',
url = 'https://github.com/pylessard/python-can-isotp',
download_url = 'https://github.com/pylessard/python-can-isotp/archive/v1.5.tar.gz',
download_url = 'https://github.com/pylessard/python-can-isotp/archive/v1.5.1.tar.gz',
keywords = ['isotp', 'can', 'iso-15765', '15765', 'iso15765'],
python_requires='>=3',
classifiers = [
Expand Down

0 comments on commit fda5c6c

Please sign in to comment.