Skip to content

Commit

Permalink
Prepare the 2.1.5 release.
Browse files Browse the repository at this point in the history
* Prepare the 2.1.5 release.
  • Loading branch information
stacywsmith committed Aug 1, 2017
1 parent 28669ae commit f17c85e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion RELEASE-NOTES.md
@@ -1,10 +1,17 @@
## Release 2.1.5.dev1 - 27 June 2017
## Release 2.1.5 - 31 July 2017
### Features Added:
- Single-RE sw install on multi-RE device using all_re argument to SW.install() #746
- Support platforms which have single-RE ISSU. #740
- Support Config.load() loading a configuration from a URL. #749
- SW.install() enhanced to install from a URL. #751
- Implement uptime property for Device instances. #752/#750
- Facts gathering support for Junos Node Slicing. #760

### Bugs Fixed:
- Refactor _exec_rpc() and handle boolean RPC arguments with a value of False. #739
- Add the _j2ldr instance variable to the Console class. #753
- Properly handle normalize argument to the open() Device method. #758/#757
- Setting no-resolve to true for faster ARP Table lookups. #762


## Release 2.1.4 - 23 June 2017
Expand Down
4 changes: 2 additions & 2 deletions lib/jnpr/junos/version.py
@@ -1,5 +1,5 @@
VERSION = "2.1.5.dev3"
DATE = "2017-Jul-18"
VERSION = "2.1.5"
DATE = "2017-Jul-31"

# Augment with the internal version if present
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
setup(
name="junos-eznc",
namespace_packages=['jnpr'],
version="2.1.5.dev3",
version="2.1.5",
author="Jeremy Schulman, Nitin Kumar, Rick Sherman, Stacy Smith",
author_email="jnpr-community-netdev@juniper.net",
description=("Junos 'EZ' automation for non-programmers"),
Expand Down

0 comments on commit f17c85e

Please sign in to comment.