Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
VERSION changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dianomicbot committed Feb 7, 2019
1 parent f1cdebc commit c24d086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.south.dht11
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
foglamp_south_dht11_version=1.1.0
foglamp_version>=1.4
foglamp_south_dht11_version=1.5.0
foglamp_version>=1.5
2 changes: 1 addition & 1 deletion python/foglamp/plugins/south/dht11/dht11.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def plugin_info():

return {
'name': 'DHT11 GPIO',
'version': '1.0',
'version': '1.5.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion test/test_dht11.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_plugin_contract():
def test_plugin_info():
assert dht11.plugin_info() == {
'name': 'DHT11 GPIO',
'version': '1.0',
'version': '1.5.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit c24d086

Please sign in to comment.