File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.0.4 (2020-08-27)
5
+ ++++++++++++++++++
6
+
7
+ **Bugs **
8
+
9
+ * `#90 `_ Fix error code of 2 Modbus errors. Thanks `@rgov `!
10
+ * `#100 `_ Improve check for missing routes. Thanks `@rgov `!
11
+ * `#101 `_ Fix crash if 1 of arguments of `umodbus.server.route ` is `None ` .Thanks `@rgov `!
12
+ * `#105 `_ Fix byte count when for WriteMultipleCoils. Thank `@acolomb `!
13
+
14
+ **Improvements **
15
+
16
+ * `#102 `_ Remove redundant exception traceback. Thanks `@rgov `!
17
+ * `#103 `_ Fix error code of 2 Modbus errors. Thanks `@rgov `!
18
+ * `#104 `_ Denote hex dump of ADU in debug log. Thanks `@rgov `!
19
+
20
+ .. _#90 : https://github.com/AdvancedClimateSystems/uModbus/issues/90
21
+ .. _#100 : https://github.com/AdvancedClimateSystems/uModbus/issues/100
22
+ .. _#101 : https://github.com/AdvancedClimateSystems/uModbus/issues/101
23
+ .. _#102 : https://github.com/AdvancedClimateSystems/uModbus/issues/102
24
+ .. _#103 : https://github.com/AdvancedClimateSystems/uModbus/issues/103
25
+ .. _#104 : https://github.com/AdvancedClimateSystems/uModbus/issues/103
26
+ .. _#105 : https://github.com/AdvancedClimateSystems/uModbus/issues/105
27
+
4
28
1.0.3 (2019-12-04)
5
29
++++++++++++++++++
6
30
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = '1.0'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.0.3 '
64
+ release = '1.0.4 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 12
12
long_description = open (os .path .join (cwd , 'README.rst' ), 'r' ).read ()
13
13
14
14
setup (name = 'uModbus' ,
15
- version = '1.0.3 ' ,
15
+ version = '1.0.4 ' ,
16
16
author = 'Auke Willem Oosterhoff' ,
17
17
18
18
description = 'Implementation of the Modbus protocol in pure Python.' ,
You can’t perform that action at this time.
0 commit comments