Skip to content

Commit

Permalink
Merge pull request #979 from rsmekala/v2.3.1
Browse files Browse the repository at this point in the history
Updated version to release 2.3.1
  • Loading branch information
Nitin Kr authored Dec 10, 2019
2 parents f8c0e2a + 842c49c commit 0ff0c25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Release 2.3.1 - 10 December 2019
### Features Added
- None

### Bugs fixed:
- Handled a check for pending Junos OS or package installation #966
- Fixed MetaPathLoader support only for jnpr.junos* modules #977
- Fixed huge tree XML support #975
- Fixed Junos sax parser issue for filter_xml broken #969

## Release 2.3.0 - 27 September 2019
### Features Added
- TableView extended for vty/cli unstructured command #950
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.3.1.dev0"
DATE = "2019-Sep-27"
VERSION = "2.3.1"
DATE = "2019-Dec-10"

# 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.3.1.dev0",
version="2.3.1",
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 0ff0c25

Please sign in to comment.