File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
ansible_collections/juniper/device Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ This example outlines how to use Ansible to install or upgrade the software imag
256
256
257
257
This modules requires the following to be installed on the Ansible control machine:
258
258
259
- - Python >= 3.5
259
+ - Python >= 3.7
260
260
- [Ansible](http://www.ansible.com) 2.9 or later
261
261
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.6.0 or later
262
262
- [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
Original file line number Diff line number Diff line change 1
- VERSION = "1 .0.0"
2
- DATE = "2021-Apr-22 "
1
+ VERSION = "v1 .0.0-collections "
2
+ DATE = "2021-Apr-23 "
Original file line number Diff line number Diff line change 22
22
'License :: OSI Approved :: Apache Software License' ,
23
23
'Operating System :: OS Independent' ,
24
24
'Programming Language :: Python' ,
25
- 'Programming Language :: Python :: 3.5' ,
26
- 'Programming Language :: Python :: 3.6' ,
27
25
'Programming Language :: Python :: 3.7' ,
28
26
'Programming Language :: Python :: 3.8' ,
29
27
'Topic :: Software Development :: Libraries' ,
Original file line number Diff line number Diff line change 1
- VERSION = "1 .0.0"
2
- DATE = "2021-Apr-22 "
1
+ VERSION = "v1 .0.0-collections "
2
+ DATE = "2021-Apr-23 "
You can’t perform that action at this time.
0 commit comments