File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.1.0 - 01/19/2018
5+ -------------------
6+
7+ * Add support for new hardware variants:
8+ * XB8X
9+ * Add missing 'Modem Status' values for Remote Manager connect and disconnect
10+ events.
11+ * Bug Fixing:
12+ * Fix timeouts on Unix plaforms.
13+ * Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
14+ class.
15+ * Perform general bug fixing when working in API escaped mode.
16+
17+
418v1.0.0 - 10/02/2017
519-------------------
620
@@ -34,4 +48,4 @@ include:
3448 * Receive IO data samples from any remote XBee device on the network.
3549* Support for explicit frames and application layer fields (Source endpoint,
3650 Destination endpoint, Profile ID, and Cluster ID).
37- * Multiple examples that show how to use the available APIs.
51+ * Multiple examples that show how to use the available APIs.
Original file line number Diff line number Diff line change 4949
5050# General information about the project.
5151project = u'XBee Python Library'
52- copyright = u'2017, Digi International Inc.'
52+ copyright = u'2017, 2018, Digi International Inc.'
5353
5454# The version info for the project you're documenting, acts as replacement for
5555# |version| and |release|, also used in various other places throughout the
5656# built documents.
5757#
5858# The short X.Y version.
59- version = '1.0 .0'
59+ version = '1.1 .0'
6060# The full version, including alpha/beta/rc tags.
61- release = '1.0 .0'
61+ release = '1.1 .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 22# License, v. 2.0. If a copy of the MPL was not distributed with this
33# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44#
5- # Copyright (c) 2017 Digi International Inc. All Rights Reserved.
5+ # Copyright (c) 2017, 2018, Digi International Inc. All Rights Reserved.
66
77from setuptools import setup , find_packages
88from codecs import open
2020
2121setup (
2222 name = 'digi-xbee' ,
23- version = '1.0 .0' ,
23+ version = '1.1 .0' ,
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