Skip to content

Commit

Permalink
Prepare the 2.1.4 release. (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacywsmith authored Jun 23, 2017
1 parent 7480fd6 commit 70da2b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Release 2.1.4.dev0 30 May 2017
## Release 2.1.4 - 23 June 2017
### Features Added:
- Optimize image copying in SW.safe_copy() #728

### Bugs Fixed:
- unnecessary import cleanup #730
- Explicitly initialize jnpr.junos.facts sub-modules. #723/#731
- socket.error handling for console->close() #734
- Ensure dev.timeout is an integer value. Addresses #735/#736
- Socket error fix #737


## Release 2.1.3 - 30 May 2017
### Features Added:
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.1.4.dev1"
DATE = "2017-Jun-05"
VERSION = "2.1.4"
DATE = "2017-Jun-23"

# 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.1.4.dev1",
version="2.1.4",
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 70da2b7

Please sign in to comment.