summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-06-17 14:33:25 -0500
committerJames Cammarata <jimi@sngx.net>2016-06-17 14:33:25 -0500
commit4d4bbcbb33890f42e93456415eb56237ffd580a4 (patch)
tree9b76dc38d492fb53977f03152bd87df02fb6cde4
parentbb43d4d00bedf43c98db1611e32af9dc9e991f08 (diff)
downloadansible-2.1.1.0-0.1.rc1.tar.gz
New release v2.1.1.0-0.1.rc1v2.1.1.0-0.1.rc1
-rw-r--r--VERSION2
m---------lib/ansible/modules/core0
m---------lib/ansible/modules/extras0
-rw-r--r--lib/ansible/release.py2
4 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 9fc5deda26..8c880754cd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0.0 0.4.rc4
+2.1.1.0 0.1.rc1
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject 04d949ae9125b05b84fd8630d5157701081dc1d
+Subproject b746f047ed88f54e8ac9fa0863dac5d84961383
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject 845f2f40d41c380e1eddb57e2d9f8eba9ee6ae3
+Subproject f7a99e943319252d83ad7b75b4f28f970a6a35b
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index b71c84790c..55cf9b1a6b 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.1.0.0'
+__version__ = '2.1.1.0'
__author__ = 'Ansible, Inc.'