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 4e7ef29 + 7a7d472 commit a386f69Copy full SHA for a386f69
RELEASE-NOTES.md
@@ -1,7 +1,16 @@
1
-## Release 2.7.4.dev0 - 28 Feb 2025
+## Release 2.7.5.dev0 - 28 Feb 2025
2
## Features Added
3
## Bugs Fixed
4
5
+## Release 2.7.4 - 30 Apr 2025
6
+## Features Added
7
+None
8
+## Bugs Fixed
9
+- Fixed import error related to OspfNeighborTable #1365
10
+- Fixed Virtual chassis member upgrade issue #1368
11
+- To support EVO system reboot #1371
12
+- EVO dual RE upgrade support #1373
13
+
14
## Release 2.7.3 - 14 Feb 2025
15
16
- Introduced vmhost paramater for show vmhost version in dev.facts #1355
lib/jnpr/junos/version.py
@@ -1,5 +1,5 @@
-VERSION = "2.7.4.dev0"
-DATE = "2025-Feb-28"
+VERSION = "2.7.4"
+DATE = "2025-Apr-30"
# Augment with the internal version if present
try:
0 commit comments