Skip to content

Commit 55570cd

Browse files
diescalohgonzaleDigi
authored andcommitted
version: update the version to 1.1.0
- Added the new version entry to the 'CHANGELOG.rst' document. Signed-off-by: Diego Escalona <[email protected]>
1 parent b6c8dbc commit 55570cd

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.rst

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
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+
418
v1.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.

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949

5050
# General information about the project.
5151
project = 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.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
from setuptools import setup, find_packages
88
from codecs import open
@@ -20,7 +20,7 @@
2020

2121
setup(
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',

0 commit comments

Comments
 (0)