mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bump the versions now that devel is 2.5
This commit is contained in:
parent
31d2eb0828
commit
b98220f63d
3 changed files with 6 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4.0 0.0.devel
|
||||
2.5.0 0.0.devel
|
||||
|
|
|
@ -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.'
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
versions:
|
||||
- "2.5":
|
||||
code_name: "Kashmir"
|
||||
releases:
|
||||
- "0": TBD
|
||||
- "2.4":
|
||||
code_name: "Dancing Days"
|
||||
releases:
|
||||
|
|
Loading…
Reference in a new issue