Bump the versions now that devel is 2.5

This commit is contained in:
Toshio Kuratomi
2017-09-06 13:13:57 -07:00
parent 31d2eb0828
commit b98220f63d
3 changed files with 6 additions and 2 deletions

View File

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