Skip to content

Commit

Permalink
Release v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard committed Aug 12, 2021
1 parent 87a4385 commit ede9701
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.13'
version = u'1.14'
# 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 @@ -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 = '[email protected]',
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 = [
Expand Down

0 comments on commit ede9701

Please sign in to comment.