Skip to content

Commit effcd20

Browse files
authored
Merge pull request #48 from nioinnovation/v2_2_5
Bump to version 2.2.5
2 parents 511bd8d + 9c7353e commit effcd20

2 files changed

Lines changed: 9 additions & 2 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

0 commit comments

Comments
 (0)