Bumping devel version to 2.4.0

This commit is contained in:
James Cammarata 2017-03-15 09:42:01 -05:00
parent 72e7927dd5
commit 76f28fd2fc
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.3.0 0.0.devel
2.4.0 0.0.devel

View file

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