Skip to content

Commit

Permalink
Merge pull request #550 from rahkumar651991/provider_documentation_fix
Browse files Browse the repository at this point in the history
PyEZ related version changes
  • Loading branch information
dineshbaburam91 authored Apr 22, 2021
2 parents 456475f + a6ea123 commit 993173e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This juniper.device collection includes the following modules:

### PyEZ Version Requirement

For ansible collection juniper.device we will need to install junos-eznc(PyEZ) version 2.5.0 or higher.
For ansible collection juniper.device we will need to install junos-eznc(PyEZ) version 2.6.0 or higher.

### Overview of Plugins

Expand Down Expand Up @@ -258,7 +258,7 @@ This modules requires the following to be installed on the Ansible control machi
- Python >= 3.5
- [Ansible](http://www.ansible.com) 2.9 or later
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.5.0 or later
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.6.0 or later
- [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
## LICENSE
Expand Down
4 changes: 2 additions & 2 deletions ansible_collections/juniper/device/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "0.1.1"
DATE = "2021-Feb-25"
VERSION = "1.0.0"
DATE = "2021-Apr-22"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible >= 2.10
junos-eznc >= 2.5.4
junos-eznc >= 2.6.0
jsnapy>=1.3.6
jxmlease
xmltodict
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "0.1.0"
DATE = "2020-Apr-30"
VERSION = "1.0.0"
DATE = "2021-Apr-22"

0 comments on commit 993173e

Please sign in to comment.