New release v2.2.1.0-0.1.rc1

This commit is contained in:
James Cammarata 2016-11-18 23:56:46 -06:00
parent ead92bee3d
commit d4e8cdc84f
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
2.2.0.0 1
2.2.1.0 0.1.rc1

@ -1 +1 @@
Subproject commit f01504529df668db0fe4a95231e54c9d5b872987
Subproject commit d026a488e6ba91083e8a84e80331dac49ad26e09

@ -1 +1 @@
Subproject commit 3c858611b80cef0a59b63dc72eb24d32115223a2
Subproject commit 8476d188f4bf14278d343b1e11e5fdaeb4941ee3

View file

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