Skip to content

Commit

Permalink
Prepare for 2.1.5 development. (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacywsmith committed Jun 23, 2017
1 parent 70da2b7 commit 335277c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 2.1.5.dev0 - 23 June 2017
### Features Added:

### Bugs Fixed:


## Release 2.1.4 - 23 June 2017
### Features Added:
- Optimize image copying in SW.safe_copy() #728
Expand Down
2 changes: 1 addition & 1 deletion lib/jnpr/junos/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "2.1.4"
VERSION = "2.1.5.dev0"
DATE = "2017-Jun-23"

# Augment with the internal version if present
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",
version="2.1.5.dev0",
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 335277c

Please sign in to comment.