Skip to content

Commit 5860e37

Browse files
PyEZ 2.6.7 dev release update
1 parent 8061e33 commit 5860e37

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

RELEASE-NOTES.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
## Release 2.6.6.dev0 - 30 JULY 2022
1+
## Release 2.6.7.dev0 - 9 DEC 2022
22
## Features Added
33

44
## Bugs fixed
55

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+
-
614
## Release 2.6.5 - 29 JULY 2022
715
## Features Added
816
- Supported multi-gig ports for EthPortTable.yml #1177

lib/jnpr/junos/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "2.6.6"
1+
VERSION = "2.6.7.dev0"
22
DATE = "2022-Dec-9"
33

44
# Augment with the internal version if present

0 commit comments

Comments
 (0)