Skip to content

Commit 8a9bf5f

Browse files
committed
version: update the version to 1.1.1
- Added the new version entry to the 'CHANGELOG.rst' document. Signed-off-by: Diego Escalona <[email protected]>
1 parent 9f5bc24 commit 8a9bf5f

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
v1.1.1 - 04/25/2018
5+
-------------------
6+
7+
* Add support for DigiMesh and 802.15.4 protocols on XBee3 modules.
8+
* Return an unknown XBee packet when the received packet is not supported by
9+
the library instead of raising an exception.
10+
* Change logging handler to log messages in the console.
11+
* Bug Fixing:
12+
* Fix a problem when closing the device connection in the reader.
13+
* Fix how is determined whether the module has entered in AT command mode
14+
or not.
15+
* Fix the string encoding and decoding in some API packets.
16+
* Fix the message displayed when the XBee device protocol is not correct one.
17+
18+
419
v1.1.0 - 01/19/2018
520
-------------------
621

@@ -9,7 +24,7 @@ v1.1.0 - 01/19/2018
924
* Add missing 'Modem Status' values for Remote Manager connect and disconnect
1025
events.
1126
* Bug Fixing:
12-
* Fix timeouts on Unix plaforms.
27+
* Fix timeouts on Unix platforms.
1328
* Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
1429
class.
1530
* Perform general bug fixing when working in API escaped mode.

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '1.1.0'
59+
version = '1.1.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.1.0'
61+
release = '1.1.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='digi-xbee',
23-
version='1.1.0',
23+
version='1.1.1',
2424
description='Digi XBee Python library',
2525
long_description=long_description,
2626
url='https://github.com/digidotcom/python-xbee',

0 commit comments

Comments
 (0)