File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.2.0 - 04/05/2019
5+ -------------------
6+
7+ * Add new methods to send and receive data from other XBee interfaces through
8+ User Data Relay frames.
9+ * Add new methods to manage the Bluetooth interface.
10+ * Add support to set AT parameters without applying them with the AT Command
11+ Queue packet.
12+ * Improve the callbacks mechanism:
13+ * Callbacks are now executed in parallel.
14+ * Internal callbacks are now defined when needed to avoid issues when more
15+ than one callback of the same type is defined.
16+ * Add missing 'Transmit Status', 'Modem Status' and 'Cellular Association
17+ Indication Status' values to cover all XBee Cellular/XBee3 Cellular features.
18+ * Bug Fixing:
19+ * Fix some bugs related to package spec data.
20+ * Log an error when processing a wrong frame instead of stopping the reader.
21+ * Fix an issue parsing Explicit RX Indicator packets.
22+ * Fix a couple of leaks with StreamHandlers.
23+
24+
425v1.1.1 - 04/25/2018
526-------------------
627
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = '1.1.1 '
59+ version = '1.2.0 '
6060# The full version, including alpha/beta/rc tags.
61- release = '1.1.1 '
61+ release = '1.2.0 '
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.1 ' ,
23+ version = '1.2.0 ' ,
2424 description = 'Digi XBee Python library' ,
2525 long_description = long_description ,
2626 url = 'https://github.com/digidotcom/xbee-python' ,
You can’t perform that action at this time.
0 commit comments