Skip to content

Commit

Permalink
Merge pull request #10 from fledge-iot/1.8.2RC
Browse files Browse the repository at this point in the history
1.8.2RC
  • Loading branch information
dianomicbot authored Nov 4, 2020
2 parents 02f1bbe + 669ea7b commit 9144481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.north.http_north
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_north_http_north_version=1.8.1
fledge_north_http_north_version=1.8.2
fledge_version>=1.8
2 changes: 1 addition & 1 deletion python/fledge/plugins/north/http_north/http_north.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
def plugin_info():
return {
'name': 'http',
'version': '1.8.1',
'version': '1.8.2',
'type': 'north',
'interface': '1.0',
'config': _DEFAULT_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion test/test_http_north.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_plugin_contract():
def test_plugin_info():
assert http_north.plugin_info() == {
'name': 'http',
'version': '1.8.1',
'version': '1.8.2',
'type': 'north',
'interface': '1.0',
'config': http_north._DEFAULT_CONFIG
Expand Down

0 comments on commit 9144481

Please sign in to comment.