Skip to content

Commit 9d47629

Browse files
author
rahkumar651991
committed
Updates the documentation for roles-version release
1 parent 409e2a2 commit 9d47629

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ server, execute the ansible-galaxy install command, and specify **Juniper.junos*
132132
You can also use the ansible-galaxy install command to install the latest
133133
development version of the junos role directly from GitHub.
134134

135-
Note: Ansible-collection will be used by default for all ansible related dependency in future.
136-
Roles will be supported for now but will be deprecated gradually. Roles have been moved to roles-branch in github.
135+
Note: juniper.junos roles have been moved to roles-branch.
136+
Master branch will be used for ansible-collection development.
137137

138138
```bash
139139
sudo ansible-galaxy install git+https://github.com/Juniper/ansible-junos-stdlib.git,roles,Juniper.junos

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
'Operating System :: OS Independent',
2424
'Programming Language :: Python',
2525
'Programming Language :: Python :: 2.7',
26+
'Programming Language :: Python :: 3.5',
27+
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
2629
'Topic :: Software Development :: Libraries',
2730
'Topic :: Software Development :: Libraries :: Application Frameworks',
2831
'Topic :: Software Development :: Libraries :: Python Modules',

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VERSION = "2.3.1"
2-
DATE = "2020-apr-1"
2+
DATE = "2020-apr-02"

0 commit comments

Comments
 (0)