From e00dc01803cea8853e589977b0b160e3a6d88749 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 18 Oct 2016 15:44:28 -0500 Subject: [PATCH] New release v2.1.3.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 db1e74d6a57..a4de7edd46c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2.0 1 +2.1.3.0 0.1.rc1 diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index ca822ec38c2..c00ae0082f6 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit ca822ec38c2ad2989e2f6ce7674fd6da020540d9 +Subproject commit c00ae0082f6dd5477f7449e96bb4a84737e47641 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 342a9e53caa..edf10d911e9 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 342a9e53caa3be102763d1a96403b10b1d3fe850 +Subproject commit edf10d911e94a9194612413d31ac589c43fc1b37 diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 57d59f4cfb6..668b34c8364 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.2.0' +__version__ = '2.1.3.0' __author__ = 'Ansible, Inc.'