New release v2.4.0.0-0.1.rc1

This commit is contained in:
Toshio Kuratomi 2017-09-06 13:36:33 -07:00
parent 31d2eb0828
commit e18aff861e
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.4.0 0.0.devel 2.4.0.0 0.1.rc1

View file

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