We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c904048 commit cf0eb81Copy full SHA for cf0eb81
CHANGES.md
@@ -64,3 +64,9 @@ v0.3.0 - 26 Jun 2017
64
* Making more use of device objects - not only are they used to create new devices but also in the hub.
65
* ZigBee message improvements.
66
* Improved callback code.
67
+
68
+v0.3.1 - 30 Aug 2017
69
+* Improved the way we reply to request messages.
70
+* Improved discovery logic.
71
+* Improved attributes logic.
72
+* Updated README.
requirements.txt
@@ -1,2 +1,2 @@
1
pyserial==3.4
2
-xbee==2.3.1
+xbee==2.3.0
setup.py
@@ -2,7 +2,7 @@
3
setup(
4
name='PyAlertMe',
5
- version='0.2.2',
+ version='0.3.1',
6
description='Python AlertMe',
7
url='https://github.com/jamesleesaunders/PyAlertMe',
8
author='James Saunders',
0 commit comments