File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v1.1.1 - 04/25/2018
5
+ -------------------
6
+
7
+ * Add support for DigiMesh and 802.15.4 protocols on XBee3 modules.
8
+ * Return an unknown XBee packet when the received packet is not supported by
9
+ the library instead of raising an exception.
10
+ * Change logging handler to log messages in the console.
11
+ * Bug Fixing:
12
+ * Fix a problem when closing the device connection in the reader.
13
+ * Fix how is determined whether the module has entered in AT command mode
14
+ or not.
15
+ * Fix the string encoding and decoding in some API packets.
16
+ * Fix the message displayed when the XBee device protocol is not correct one.
17
+
18
+
4
19
v1.1.0 - 01/19/2018
5
20
-------------------
6
21
@@ -9,7 +24,7 @@ v1.1.0 - 01/19/2018
9
24
* Add missing 'Modem Status' values for Remote Manager connect and disconnect
10
25
events.
11
26
* Bug Fixing:
12
- * Fix timeouts on Unix plaforms .
27
+ * Fix timeouts on Unix platforms .
13
28
* Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
14
29
class.
15
30
* Perform general bug fixing when working in API escaped mode.
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '1.1.0 '
59
+ version = '1.1.1 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '1.1.0 '
61
+ release = '1.1.1 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 20
20
21
21
setup (
22
22
name = 'digi-xbee' ,
23
- version = '1.1.0 ' ,
23
+ version = '1.1.1 ' ,
24
24
description = 'Digi XBee Python library' ,
25
25
long_description = long_description ,
26
26
url = 'https://github.com/digidotcom/python-xbee' ,
You can’t perform that action at this time.
0 commit comments