Skip to content

Commit 72e2b96

Browse files
Merge pull request #551 from rahkumar651991/provider_documentation_fix
Version related changes
2 parents 993173e + ff7bffb commit 72e2b96

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ This example outlines how to use Ansible to install or upgrade the software imag
256256
257257
This modules requires the following to be installed on the Ansible control machine:
258258
259-
- Python >= 3.5
259+
- Python >= 3.7
260260
- [Ansible](http://www.ansible.com) 2.9 or later
261261
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.6.0 or later
262262
- [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "1.0.0"
2-
DATE = "2021-Apr-22"
1+
VERSION = "v1.0.0-collections"
2+
DATE = "2021-Apr-23"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
'License :: OSI Approved :: Apache Software License',
2323
'Operating System :: OS Independent',
2424
'Programming Language :: Python',
25-
'Programming Language :: Python :: 3.5',
26-
'Programming Language :: Python :: 3.6',
2725
'Programming Language :: Python :: 3.7',
2826
'Programming Language :: Python :: 3.8',
2927
'Topic :: Software Development :: Libraries',

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "1.0.0"
2-
DATE = "2021-Apr-22"
1+
VERSION = "v1.0.0-collections"
2+
DATE = "2021-Apr-23"

0 commit comments

Comments
 (0)