New release 2.5.0b1

This commit is contained in:
Matt Davis 2018-02-08 18:44:30 -08:00
parent ff7b627b8e
commit a48cf0cb0d
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
2.5.0devel
2.5.0b1

View file

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