Skip to content

Commit f602046

Browse files
committed
Release 1.1.0
1 parent 338356d commit f602046

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Thes modules require the following to be installed on the Ansible server:
9090

9191
* Python 2.6 or 2.7
9292
* [Ansible](http://www.ansible.com) 1.5 or later
93-
* Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 1.0.0 or later
94-
* Junos [netconify](https://github.com/jeremyschulman/py-junos-netconify) 0.1.1 or later (if using console)
93+
* Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 1.1.0 or later
94+
* Junos [netconify](https://github.com/jeremyschulman/py-junos-netconify) 1.0.0 or later (if using console)
9595

9696
## LICENSE
9797

@@ -103,3 +103,4 @@ Apache 2.0
103103
- Rick Sherman (@shermdog01)
104104
- Nitin Kumar (@vnitinv)
105105

106+

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "1.1.0.dev"
2-
DATE = "2014-Dec-19"
1+
VERSION = "1.1.0"
2+
DATE = "2015-Jan-15"

0 commit comments

Comments
 (0)