From 870a4b8dc1cd3b077946129b104815b9c7eca62c Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 28 Jan 2016 16:37:59 -0500 Subject: New release v2.0.1.0-0.1.rc1 --- VERSION | 2 +- lib/ansible/__init__.py | 2 +- lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 0c87f3b9fe..3f2bb41bcf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0.2 1 +2.0.1.0 0.1.rc1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 04eff129fe..9e4f3d872b 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -19,5 +19,5 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -__version__ = '2.0.0.2' +__version__ = '2.0.1.0' __author__ = 'Ansible, Inc.' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index 263932393a..b4a4f74724 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit 263932393a8fc246d58bf75e6a995bb598e39240 +Subproject commit b4a4f74724ae7d6b27cc5e6d793388ccfbd359eb diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 2aa7014ce4..b9f5838c78 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 2aa7014ce48c653f150bb74ee082ebee746c6e6b +Subproject commit b9f5838c78b51c52fa86a48710124cfe9815dae1 -- cgit v1.2.1