diff --git a/README.md b/README.md index 936bdcce..5dd98db9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/ansible_collections/juniper/device/version.py b/ansible_collections/juniper/device/version.py index 398cc1f1..6d1aff12 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ -VERSION = "0.1.1" -DATE = "2021-Feb-25" +VERSION = "1.0.0" +DATE = "2021-Apr-22" diff --git a/requirements.txt b/requirements.txt index 737434c0..0052a0d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ansible >= 2.10 -junos-eznc >= 2.5.4 +junos-eznc >= 2.6.0 jsnapy>=1.3.6 jxmlease xmltodict diff --git a/setup.py b/setup.py index 090618fa..5ad2d0b2 100755 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/version.py b/version.py index bdb3ef47..6d1aff12 100755 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = "0.1.0" -DATE = "2020-Apr-30" +VERSION = "1.0.0" +DATE = "2021-Apr-22"