Skip to content

Commit a29b8e3

Browse files
Merge pull request #1194 from chidanandpujar/pyez_265_release
PyEz 2.6.5 Release
2 parents 95de2a4 + ab5e27c commit a29b8e3

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

RELEASE-NOTES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
## Release 2.6.5.dev0 - 10 JUNE 2022
1+
## Release 2.6.6.dev0 - 29 JULY 2022
22
## Features Added
33

44
## Bugs fixed
55

6+
## Release 2.6.5 - 29 JULY 2022
7+
## Features Added
8+
- Supported multi-gig ports for EthPortTable.yml #1177
9+
10+
## Bugs fixed
11+
- Fixed on-box support for start shell types #1190 #1186
12+
- Fixed conn_open_timeout value was getting set to None , changed to default 30 seconds #1184
13+
14+
615
## Release 2.6.4 - 9 JUNE 2022
716
### Features Added
817
- Supported start_shell options to choose the shell types (sh or csh) #995

lib/jnpr/junos/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = "2.6.5.dev0"
2-
DATE = "2022-Jun-10"
1+
VERSION = "2.6.5"
2+
DATE = "2022-July-29"
33

44
# Augment with the internal version if present
55
try:

0 commit comments

Comments
 (0)