branch stable-2.5
This commit is contained in:
parent
933bc45cf2
commit
71c053bd8c
3 changed files with 4 additions and 3 deletions
3
VERSION
3
VERSION
|
@ -1 +1,2 @@
|
|||
2.5.0 0.0.devel
|
||||
2.5.0devel
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
<div class="DocSiteProduct-logoText">
|
||||
Ansible
|
||||
<div class="DocSiteProduct-CurrentVersion" align="right">
|
||||
devel
|
||||
2.5
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.5.0'
|
||||
__version__ = '2.5.0devel'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
|
|
Loading…
Reference in a new issue