New release v2.1.2.0-0.1.rc1

This commit is contained in:
James Cammarata 2016-08-22 16:15:56 -05:00
parent 719c73afa2
commit b2fe1b39df
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
2.1.1.0 1
2.1.2.0 0.1.rc1

@ -1 +1 @@
Subproject commit 493ead2d42dec3cea863599fb471a9c9463fae4e
Subproject commit edbd108b15c65850758b9a5ca9cc9a753c38e451

@ -1 +1 @@
Subproject commit 5a84de640b2773152f14b34a9f31573ef8a72541
Subproject commit 503158a82c757a34d375481d101ed2ce748fe4aa

View file

@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.1.1.0'
__version__ = '2.1.2.0'
__author__ = 'Ansible, Inc.'