New release v2.8.0a1

This commit is contained in:
Toshio Kuratomi 2019-04-04 16:37:20 -07:00
commit ae667d3d86
6 changed files with 3372 additions and 25 deletions

View file

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.8.0.dev0'
__version__ = '2.8.0a1'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'