From ff7bffbd3bbd5185a680457ae8626400356aee7d Mon Sep 17 00:00:00 2001 From: rahkumar651991 Date: Fri, 23 Apr 2021 15:24:45 +0530 Subject: [PATCH] Version related changes --- README.md | 2 +- ansible_collections/juniper/device/version.py | 4 ++-- setup.py | 2 -- version.py | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5dd98db9..f819cbaf 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ This example outlines how to use Ansible to install or upgrade the software imag This modules requires the following to be installed on the Ansible control machine: -- Python >= 3.5 +- Python >= 3.7 - [Ansible](http://www.ansible.com) 2.9 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 diff --git a/ansible_collections/juniper/device/version.py b/ansible_collections/juniper/device/version.py index 6d1aff12..dd4c3ef2 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ -VERSION = "1.0.0" -DATE = "2021-Apr-22" +VERSION = "v1.0.0-collections" +DATE = "2021-Apr-23" diff --git a/setup.py b/setup.py index 5ad2d0b2..13db04b5 100755 --- a/setup.py +++ b/setup.py @@ -22,8 +22,6 @@ 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries', diff --git a/version.py b/version.py index 6d1aff12..dd4c3ef2 100755 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = "1.0.0" -DATE = "2021-Apr-22" +VERSION = "v1.0.0-collections" +DATE = "2021-Apr-23"