bump devel to 2.6

This commit is contained in:
Matt Davis 2018-02-08 15:24:37 -08:00
commit b6dc27249a
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.5.0'
__version__ = '2.6.0devel'
__author__ = 'Ansible, Inc.'