New release v2.1.4.0-0.1.rc1

This commit is contained in:
James Cammarata 2017-01-09 10:52:21 -06:00
parent d7dd41146a
commit d69f096f3e
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
2.1.3.0 1
2.1.4.0 0.1.rc1

@ -1 +1 @@
Subproject commit c51d43f604cc1e62805b3bae6dda1cc35d349984
Subproject commit 2a4ae674faf81284e8ea85211d47840712db0631

@ -1 +1 @@
Subproject commit 91a142d6252149162a9c265f2d737d25f8502541
Subproject commit 87568ee49afe93f5ef67ae20e2f2a9843f3106a9

View file

@ -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.'