Skip to content

Commit

Permalink
Merge pull request #930 from rsmekala/2.2.1
Browse files Browse the repository at this point in the history
Updated PyEZ release 2.2.1
  • Loading branch information
Nitin Kr authored Apr 22, 2019
2 parents 649219e + 79b544a commit a6e6953
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Release 2.2.1 - 22 April 2019
### Features Added
- None

### Bugs Fixed
- Handle multiple package-result values from sw.install #864
- Extended support to WR-Based Linux H/W #882 #883 #889
- Fixed issues in Console over SSH #877
- Optimized PyEZ docker image size and minor bug fixes #894 #911
- Fixed JSON serialization for Junos facts #902
- Updated securityzone.yml. Added item `zone-security` #909
- Fixed runtime error while using Outbound-SSH #915
- Fixed Pyyaml bugs #914 #917 #918



## Release 2.2.0 - 27 August 2018
### Features Added:
- Support for Node virt based platforms #856
Expand Down
4 changes: 2 additions & 2 deletions lib/jnpr/junos/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = "2.2.1.dev0"
DATE = "2018-Aug-27"
VERSION = "2.2.1"
DATE = "2019-Apr-22"

# Augment with the internal version if present
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="junos-eznc",
namespace_packages=['jnpr'],
version="2.2.1.dev0",
version="2.2.1",
author="Jeremy Schulman, Nitin Kumar, Rick Sherman, Stacy Smith",
author_email="[email protected]",
description=("Junos 'EZ' automation for non-programmers"),
Expand Down

0 comments on commit a6e6953

Please sign in to comment.