Skip to content

Commit bd1bfb9

Browse files
committed
Release 1.19.0
1 parent 0d46c4b commit bd1bfb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'1.18.1'
63+
version = u'1.19.0'
6464
# The full version, including alpha/beta/rc tags.
6565
release = version
6666

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
package_data={
1414
'': ['*.conf'],
1515
},
16-
version='1.18.1',
16+
version='1.19.0',
1717
description='Implementation of the Unified Diagnostic Service (UDS) protocol (ISO-14229) used in the automotive industry.',
1818
long_description=long_description,
1919
author='Pier-Yves Lessard',
2020
author_email='py.lessard@gmail.com',
2121
license='MIT',
2222
url='https://github.com/pylessard/python-udsoncan',
23-
download_url='https://github.com/pylessard/python-udsoncan/archive/v1.18.1.tar.gz',
23+
download_url='https://github.com/pylessard/python-udsoncan/archive/v1.19.0.tar.gz',
2424
keywords=['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'],
2525
python_requires='>=3.7',
2626
classifiers=[

0 commit comments

Comments
 (0)