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 11Changelog
22=========
33
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+
419v1.1.0 - 01/19/2018
520-------------------
621
@@ -9,7 +24,7 @@ v1.1.0 - 01/19/2018
924* Add missing 'Modem Status' values for Remote Manager connect and disconnect
1025 events.
1126* Bug Fixing:
12- * Fix timeouts on Unix plaforms .
27+ * Fix timeouts on Unix platforms .
1328 * Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
1429 class.
1530 * Perform general bug fixing when working in API escaped mode.
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = '1.1.0 '
59+ version = '1.1.1 '
6060# The full version, including alpha/beta/rc tags.
61- release = '1.1.0 '
61+ release = '1.1.1 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = 'digi-xbee' ,
23- version = '1.1.0 ' ,
23+ version = '1.1.1 ' ,
2424 description = 'Digi XBee Python library' ,
2525 long_description = long_description ,
2626 url = 'https://github.com/digidotcom/python-xbee' ,
You can’t perform that action at this time.
0 commit comments