Skip to content

Commit

Permalink
Merge pull request #10 from wildfoundry/new-release-0.4.1
Browse files Browse the repository at this point in the history
New release 0.4.1
  • Loading branch information
willmcgugan authored Jan 27, 2017
2 parents 1bb1baa + a141c98 commit 3bf2288
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
1.0.0
0.4.1
-----

Added Raspberry pi 3 compute module to device detection
Fix for delayed packet issue
Preliminary support for Python3

0.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion dataplicity/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
websocket-client==0.37.0
dataplicity-websocket-client==0.41.0
backports.ssl-match-hostname==3.4.0.2
enum34==1.1.6
six==1.10.0

0 comments on commit 3bf2288

Please sign in to comment.