We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8061e33 commit 5860e37Copy full SHA for 5860e37
RELEASE-NOTES.md
@@ -1,8 +1,16 @@
1
-## Release 2.6.6.dev0 - 30 JULY 2022
+## Release 2.6.7.dev0 - 9 DEC 2022
2
## Features Added
3
4
## Bugs fixed
5
6
+## Release 2.6.6 - 9 DEC 2022
7
+## Bugs fixed
8
+- Fixed reboot failing on other RE #1199
9
+- Fixed passing 'sleep' arg to StartShell run() #1202
10
+- Fixed PyEZ get-facts support for ACX model #1209
11
+- Fixed EthPortTable regex pattern #1215
12
+- Fixed StartShell UnboundLocalError #1203 #1211
13
+-
14
## Release 2.6.5 - 29 JULY 2022
15
16
- Supported multi-gig ports for EthPortTable.yml #1177
lib/jnpr/junos/version.py
@@ -1,4 +1,4 @@
-VERSION = "2.6.6"
+VERSION = "2.6.7.dev0"
DATE = "2022-Dec-9"
# Augment with the internal version if present
0 commit comments