Skip to content

Commit cf0eb81

Browse files
Bump version to 0.3.1
1 parent c904048 commit cf0eb81

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ v0.3.0 - 26 Jun 2017
6464
* Making more use of device objects - not only are they used to create new devices but also in the hub.
6565
* ZigBee message improvements.
6666
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyserial==3.4
2-
xbee==2.3.1
2+
xbee==2.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='PyAlertMe',
5-
version='0.2.2',
5+
version='0.3.1',
66
description='Python AlertMe',
77
url='https://github.com/jamesleesaunders/PyAlertMe',
88
author='James Saunders',

0 commit comments

Comments
 (0)