Skip to content

Commit fe22b42

Browse files
committed
Release V1.11
1 parent be6e116 commit fe22b42

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
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.10'
62+
version = u'1.11'
6363
# The full version, including alpha/beta/rc tags.
6464
release = u'0'
6565

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.10',
16+
version = '1.11',
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.10.tar.gz',
23+
download_url = 'https://github.com/pylessard/python-udsoncan/archive/v1.11.tar.gz',
2424
keywords = ['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'],
2525
python_requires='>=3.0',
2626
classifiers = [

udsoncan/logging.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ propagate=0
2727

2828
# Unit test
2929
[logger_UdsClient_unittest]
30-
level=DEBUG
31-
handlers=consoleHandler,fileHandler
30+
level=NOTSET
31+
handlers=nullHandler
3232
qualname=UdsClient[unittest]
3333
propagate=0
3434

3535
[logger_Connection_unittest]
36-
level=DEBUG
37-
handlers=consoleHandler,fileHandler
36+
level=INFO
37+
handlers=nullHandler
3838
qualname=Connection[unittest]
3939
propagate=0
4040

0 commit comments

Comments
 (0)