Skip to content

Commit

Permalink
version: update the version to 1.1.0
Browse files Browse the repository at this point in the history
- Added the new version entry to the 'CHANGELOG.rst' document.

Signed-off-by: Diego Escalona <[email protected]>
  • Loading branch information
diescalo authored and hgonzaleDigi committed Jan 22, 2018
1 parent b6c8dbc commit 55570cd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

v1.1.0 - 01/19/2018
-------------------

* Add support for new hardware variants:
* XB8X
* Add missing 'Modem Status' values for Remote Manager connect and disconnect
events.
* Bug Fixing:
* Fix timeouts on Unix plaforms.
* Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
class.
* Perform general bug fixing when working in API escaped mode.


v1.0.0 - 10/02/2017
-------------------

Expand Down Expand Up @@ -34,4 +48,4 @@ include:
* Receive IO data samples from any remote XBee device on the network.
* Support for explicit frames and application layer fields (Source endpoint,
Destination endpoint, Profile ID, and Cluster ID).
* Multiple examples that show how to use the available APIs.
* Multiple examples that show how to use the available APIs.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@

# General information about the project.
project = u'XBee Python Library'
copyright = u'2017, Digi International Inc.'
copyright = u'2017, 2018, Digi International Inc.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2017 Digi International Inc. All Rights Reserved.
# Copyright (c) 2017, 2018, Digi International Inc. All Rights Reserved.

from setuptools import setup, find_packages
from codecs import open
Expand All @@ -20,7 +20,7 @@

setup(
name='digi-xbee',
version='1.0.0',
version='1.1.0',
description='Digi XBee Python library',
long_description=long_description,
url='https://github.com/digidotcom/python-xbee',
Expand Down

0 comments on commit 55570cd

Please sign in to comment.