From d69f096f3ebdbc71060cfa74b4a5825614f07ded Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 9 Jan 2017 10:52:21 -0600 Subject: [PATCH] New release v2.1.4.0-0.1.rc1 --- VERSION | 2 +- lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- lib/ansible/release.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 349913c08f7..652d5375702 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3.0 1 +2.1.4.0 0.1.rc1 diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index c51d43f604c..2a4ae674faf 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit c51d43f604cc1e62805b3bae6dda1cc35d349984 +Subproject commit 2a4ae674faf81284e8ea85211d47840712db0631 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 91a142d6252..87568ee49af 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 91a142d6252149162a9c265f2d737d25f8502541 +Subproject commit 87568ee49afe93f5ef67ae20e2f2a9843f3106a9 diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 668b34c8364..02a9f289852 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.3.0' +__version__ = '2.1.4.0' __author__ = 'Ansible, Inc.'