use PEP-440-compliant formatting of dev tag
parent
ad7ba91f75
commit
f87ca27aa3
|
@ -19,6 +19,6 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.7.0dev0'
|
||||
__version__ = '2.7.0.dev0'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = 'TBD'
|
||||
|
|
Loading…
Reference in New Issue