Skip to content

Commit 8cd7d24

Browse files
author
Nitin Kr
authored
Merge pull request #492 from rahkumar651991/v_2_3_1
Changes for 2.3.1 version release
2 parents fc5e56f + 9d47629 commit 8cd7d24

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,11 @@ 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: juniper.junos roles have been moved to roles-branch.
136+
Master branch will be used for ansible-collection development.
137+
135138
```bash
136-
sudo ansible-galaxy install git+https://github.com/Juniper/ansible-junos-stdlib.git,,Juniper.junos
139+
sudo ansible-galaxy install git+https://github.com/Juniper/ansible-junos-stdlib.git,roles,Juniper.junos
137140
```
138141

139142
### Git clone

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "2.3.0"
2-
DATE = "2019-Dec-13"
1+
VERSION = "2.3.1"
2+
DATE = "2020-apr-02"

0 commit comments

Comments
 (0)