Skip to content

Commit 248cc8f

Browse files
committed
version: update the version to 1.2.0
- Added the new version entry to the 'CHANGELOG.rst' document. Signed-off-by: Diego Escalona <diego.escalona@digi.com>
1 parent f37cc2a commit 248cc8f

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.rst

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

4+
v1.2.0 - 04/05/2019
5+
-------------------
6+
7+
* Add new methods to send and receive data from other XBee interfaces through
8+
User Data Relay frames.
9+
* Add new methods to manage the Bluetooth interface.
10+
* Add support to set AT parameters without applying them with the AT Command
11+
Queue packet.
12+
* Improve the callbacks mechanism:
13+
* Callbacks are now executed in parallel.
14+
* Internal callbacks are now defined when needed to avoid issues when more
15+
than one callback of the same type is defined.
16+
* Add missing 'Transmit Status', 'Modem Status' and 'Cellular Association
17+
Indication Status' values to cover all XBee Cellular/XBee3 Cellular features.
18+
* Bug Fixing:
19+
* Fix some bugs related to package spec data.
20+
* Log an error when processing a wrong frame instead of stopping the reader.
21+
* Fix an issue parsing Explicit RX Indicator packets.
22+
* Fix a couple of leaks with StreamHandlers.
23+
24+
425
v1.1.1 - 04/25/2018
526
-------------------
627

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.1'
59+
version = '1.2.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.1.1'
61+
release = '1.2.0'
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.1',
23+
version='1.2.0',
2424
description='Digi XBee Python library',
2525
long_description=long_description,
2626
url='https://github.com/digidotcom/xbee-python',

0 commit comments

Comments
 (0)