Skip to content

Commit

Permalink
Version related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahkumar651991 committed Apr 23, 2021
1 parent a6ea123 commit ff7bffb
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 ff7bffb

Please sign in to comment.