Skip to content

Commit

Permalink
Prepare the 2.1.6 release. (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacywsmith committed Sep 1, 2017
1 parent 9c0c860 commit 1b1e092
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,7 +1,14 @@
## Release 2.1.6.dev0 - 31 July 2017
## Release 2.1.6 - 31 August 2017
### Features Added:
- PyEZ fact gathering support for JDM of Junos Node Slicing. #761
- Enhanced support for GNFs in Junos Node Slicing. #761
- Add vmhost parameter to SW.install() to support upgrading the VM Host. #773

### Bugs Fixed:
- Fix typo in docker run example. #771
- Aadding ietf-softwire get_config() example. #772
- Fix for python3 remove_ns issue. #767
- Fix python2/3 compatibility. #776


## Release 2.1.5 - 31 July 2017
Expand Down
4 changes: 2 additions & 2 deletions lib/jnpr/junos/version.py
@@ -1,5 +1,5 @@
VERSION = "2.1.6.dev0"
DATE = "2017-Jul-31"
VERSION = "2.1.6"
DATE = "2017-Aug-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.6.dev0",
version="2.1.6",
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 1b1e092

Please sign in to comment.