We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2558ba + d667fa3 commit 24e3cdcCopy full SHA for 24e3cdc
CHANGES.md
@@ -1,4 +1,9 @@
1
# Change Log
2
+
3
+## 1.0.1
4
5
+* Added dummy action so that the ST2 CI pipeline does not fail when registering actions
6
7
## 1.0.0
8
9
* Drop Python 2.7 support
actions/dummyaction
@@ -0,0 +1 @@
+# Only here so that the ST2 CI pipeline does not fail when running Register Action tests
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- napalm
- syslog
- networking
-version: 1.0.0
+version: 1.0.1
10
author: John Anderson
11
email: [email protected]
12
python_versions:
0 commit comments