Skip to content

Commit 019573c

Browse files
authored
Merge pull request #372 from rsmekala/master
Prepare the 2.1.0 release
2 parents 2f2cea0 + a8bb15d commit 019573c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ This example outlines how to use Ansible to install or upgrade the software imag
180180
181181
## DEPENDENCIES
182182
This modules requires the following to be installed on the Ansible control machine:
183-
* Python 2.7
184-
* [Ansible](http://www.ansible.com) 2.1 or later
183+
* Python >= 2.7
184+
* [Ansible](http://www.ansible.com) 2.3 or later
185185
* Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.1.7 or later
186186
* [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
187187
@@ -207,6 +207,8 @@ Juniper Networks is actively contributing to and maintaining this repo. Please c
207207
[Nitin Kumar](https://github.com/vnitinv), [Stacy W Smith](https://github.com/stacywsmith),
208208
[David Gethings](https://github.com/dgjnpr)
209209
210+
* v2.1.0: [Raja Shekar](https://github.com/rsmekala), [Stacy W Smith](https://github.com/stacywsmith)
211+
210212
*Former Contributors:*
211213
[Jeremy Schulman](https://github.com/jeremyschulman), [Rick Sherman](https://github.com/shermdog),
212214
[Damien Garros](https://github.com/dgarros)

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "2.0.2"
2-
DATE = "2018-Feb-19"
1+
VERSION = "2.1.0"
2+
DATE = "2018-June-1"

0 commit comments

Comments
 (0)