Skip to content

Commit 8036a2e

Browse files
committed
Merge pull request #26 from EncoreTechnologies/hotfix/build-fix
Hotfix/build fix
2 parents 9948881 + 9f7d425 commit 8036a2e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
- Fixed small linting error and pushing a new version.
6+
37
## 1.0.1
48

59
- Corrected numerous typos and inaccurate descriptions in the code

actions/update_node_ip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def run(self, node, ipaddress):
4242
send_user_error(error_msg)
4343
raise ValueError(error_msg)
4444

45-
4645
kargs = {"IPAddress": ipaddress}
4746

4847
orion_data = self.update(orion_node.uri, **kargs)

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
- ncm
99
- npm
1010
- monitoring
11-
version: 1.0.1
11+
version: 1.0.2
1212
python_versions:
1313
- "3"
1414
author: Encore Technologies

0 commit comments

Comments
 (0)