File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
18
v1.0.0 - 10/02/2017
5
19
-------------------
6
20
@@ -34,4 +48,4 @@ include:
34
48
* Receive IO data samples from any remote XBee device on the network.
35
49
* Support for explicit frames and application layer fields (Source endpoint,
36
50
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 49
49
50
50
# General information about the project.
51
51
project = u'XBee Python Library'
52
- copyright = u'2017, Digi International Inc.'
52
+ copyright = u'2017, 2018, Digi International Inc.'
53
53
54
54
# The version info for the project you're documenting, acts as replacement for
55
55
# |version| and |release|, also used in various other places throughout the
56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '1.0 .0'
59
+ version = '1.1 .0'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '1.0 .0'
61
+ release = '1.1 .0'
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 2
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
#
5
- # Copyright (c) 2017 Digi International Inc. All Rights Reserved.
5
+ # Copyright (c) 2017, 2018, Digi International Inc. All Rights Reserved.
6
6
7
7
from setuptools import setup , find_packages
8
8
from codecs import open
20
20
21
21
setup (
22
22
name = 'digi-xbee' ,
23
- version = '1.0 .0' ,
23
+ version = '1.1 .0' ,
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