Skip to content

Commit 847fa5c

Browse files
committed
version: update version to 1.3.0
This commit also add a new entry for 1.3.0 in 'CHANGELOG.rst' file. Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
1 parent c2159d6 commit 847fa5c

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.rst

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

4+
v1.3.0 - 11/05/2019
5+
-------------------
6+
7+
* Zigbee: Support to register joining devices to a trust center.
8+
* Cellular: XBee TCP/UDP socket support.
9+
* XBee 3:
10+
11+
* Firmware update for local and remote XBee devices.
12+
* Profile update for local and remote XBee devices.
13+
* File system management for local XBee devices.
14+
* New recover serial connection functionality to force the XBee serial
15+
connection settings.
16+
* Support for notification of network cache modifications events (new node
17+
added, removed of existing node, network clear, ...)
18+
* Deprecate ``get_api_output_mode`` and ``set_api_output_mode`` methods to
19+
use new ``get_api_output_mode_value`` and ``set_api_output_mode_value``
20+
with ``APIOutputModeBit`` enumeration.
21+
* Role as one of the cached parameters.
22+
* Report an error on 'finished discovery' callback if node discovery fails.
23+
* Several minor bug fixes.
24+
25+
426
v1.2.0 - 04/05/2019
527
-------------------
628

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.2.0'
59+
version = '1.3.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.2.0'
61+
release = '1.3.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
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='digi-xbee',
24-
version='1.2.0',
24+
version='1.3.0',
2525
description='Digi XBee Python library',
2626
long_description=long_description,
2727
url='https://github.com/digidotcom/xbee-python',

0 commit comments

Comments
 (0)