File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.3.0 - 11/05/2019
5+ -------------------
6+
7+ * Zigbee: Support to register joining devices to a trust center.
8+ * Cellular: XBee TCP/UDP socket support.
9+ * XBee 3:
10+
11+ * Firmware update for local and remote XBee devices.
12+ * Profile update for local and remote XBee devices.
13+ * File system management for local XBee devices.
14+ * New recover serial connection functionality to force the XBee serial
15+ connection settings.
16+ * Support for notification of network cache modifications events (new node
17+ added, removed of existing node, network clear, ...)
18+ * Deprecate ``get_api_output_mode `` and ``set_api_output_mode `` methods to
19+ use new ``get_api_output_mode_value `` and ``set_api_output_mode_value ``
20+ with ``APIOutputModeBit `` enumeration.
21+ * Role as one of the cached parameters.
22+ * Report an error on 'finished discovery' callback if node discovery fails.
23+ * Several minor bug fixes.
24+
25+
426v1.2.0 - 04/05/2019
527-------------------
628
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = '1.2 .0'
59+ version = '1.3 .0'
6060# The full version, including alpha/beta/rc tags.
61- release = '1.2 .0'
61+ release = '1.3 .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 2121
2222setup (
2323 name = 'digi-xbee' ,
24- version = '1.2 .0' ,
24+ version = '1.3 .0' ,
2525 description = 'Digi XBee Python library' ,
2626 long_description = long_description ,
2727 url = 'https://github.com/digidotcom/xbee-python' ,
You can’t perform that action at this time.
0 commit comments