Skip to content

Commit

Permalink
Merge pull request #551 from rahkumar651991/provider_documentation_fix
Browse files Browse the repository at this point in the history
Version related changes
  • Loading branch information
rahkumar651991 committed Apr 23, 2021
2 parents 993173e + ff7bffb commit 72e2b96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "1.0.0"
DATE = "2021-Apr-22"
VERSION = "v1.0.0-collections"
DATE = "2021-Apr-23"
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
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 = "1.0.0"
DATE = "2021-Apr-22"
VERSION = "v1.0.0-collections"
DATE = "2021-Apr-23"

0 comments on commit 72e2b96

Please sign in to comment.