Skip to content

Commit

Permalink
Release V1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard committed Mar 5, 2024
1 parent ebb2d32 commit 1232118
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 @@ -60,7 +60,7 @@
# built documents.
#
# The short X.Y version.
version = u'1.22'
version = u'1.23'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
'test': ['mypy', 'coverage'],
'dev': ['mypy', 'ipdb', 'autopep8', 'coverage']
},
version='1.22.1',
version='1.23.0',
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.22.1.tar.gz',
download_url='https://github.com/pylessard/python-udsoncan/archive/v1.23.0.tar.gz',
keywords=['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'],
python_requires='>=3.7',
classifiers=[
Expand Down

0 comments on commit 1232118

Please sign in to comment.