New release v2.3.2.0-0.1.rc1

This commit is contained in:
James Cammarata 2017-06-27 11:33:22 -05:00
parent 6cca156fde
commit 7424e1c417
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.3.1.0 1
2.3.2.0 0.1.rc1

View file

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