Skip to content

Commit 6181aed

Browse files
Bump to version 2.2.5
1 parent 511bd8d commit 6181aed

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ v1.9.2 - 18 Aug 2010
3838
* Fixed bug where _write() call on a serial object should have been write().
3939

4040
v2.0.0 - 29 Dec 2010
41-
* Added preiminary support for XBee ZB devices; thanks Greg and Brian!
41+
* Added preliminary support for XBee ZB devices; thanks Greg and Brian!
4242
* Improved & unified sample data header parsing code.
4343
* Improved documentation.
4444

@@ -79,3 +79,10 @@ v2.2.4 - 17 Mar 2017
7979
* Do not break on error, rather log error.
8080
* Add Travis CI for unit tests.
8181
* Modernized setup.py.
82+
83+
v2.2.5 - 25 Apr 2017
84+
* Formatting tidy in line with PEP8 recommendations.
85+
* Added 'create_source_route' and 'register_joining_device' Zigbee frame definitions.
86+
* Moved version information to __init__.py.
87+
* Fixed DigiMesh for Python 3.
88+
* Fixed DigiMesh 'tx' frame definition.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2010 Paul Malmsten, Greg Rapp, Brian, Amit Synderman, Marco Sangalli
3+
Copyright (c) 2017 Paul Malmsten, Greg Rapp, Brian, Amit Synderman, Marco Sangalli
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

xbee/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
__title__ = 'xbee'
8-
__version__ = '2.2.4'
8+
__version__ = '2.2.5'
99
__author__ = 'n.io'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)