From df3e71a83f110be4adc3196733c8707454af552b Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 3 Apr 2017 11:53:09 -0500 Subject: New release v2.2.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 ced6fb2d74..2cc5e33e18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2.0 1 +2.2.3.0 0.1.rc1 diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index 31a1f19cd8..03cd0fd15a 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit 31a1f19cd8319a9f15fa284bfc5e21a697cf8cb1 +Subproject commit 03cd0fd15a67dd647f0af39d2f36d3404d580331 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 921bc0d464..8b78d56a08 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 921bc0d4649828130024763b13c929ca1351e117 +Subproject commit 8b78d56a085a620aef42a22ff9c44e8d07c4a1b9 diff --git a/lib/ansible/release.py b/lib/ansible/release.py index ff6f9167aa..a77d393915 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.2.2.0' +__version__ = '2.2.3.0' __author__ = 'Ansible, Inc.' -- cgit v1.2.1