Version bump to 2.2.0 for devel
This commit is contained in:
parent
7dd4dd2e2e
commit
8103793b55
4 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
Ansible Changes By Release
|
Ansible Changes By Release
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
## 2.2 TBD - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
## 2.1 "The Song Remains the Same" - ACTIVE DEVELOPMENT
|
## 2.1 "The Song Remains the Same" - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
###Major Changes:
|
###Major Changes:
|
||||||
|
|
|
@ -4,11 +4,12 @@ Ansible Releases at a Glance
|
||||||
Active Development
|
Active Development
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
2.1 "The Song Remains the Same" - in progress
|
2.2 TBD - in progress
|
||||||
|
|
||||||
Released
|
Released
|
||||||
++++++++
|
++++++++
|
||||||
|
|
||||||
|
2.1.0 "The Song Remains the Same" in progress
|
||||||
2.0.2 "Over the Hills and Far Away" 04-19-2015
|
2.0.2 "Over the Hills and Far Away" 04-19-2015
|
||||||
2.0.1 "Over the Hills and Far Away" 02-24-2016
|
2.0.1 "Over the Hills and Far Away" 02-24-2016
|
||||||
2.0.0 "Over the Hills and Far Away" 01-12-2016
|
2.0.0 "Over the Hills and Far Away" 01-12-2016
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.1.0
|
2.2.0 0.0.devel
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
__version__ = '2.1.0'
|
__version__ = '2.2.0'
|
||||||
__author__ = 'Ansible, Inc.'
|
__author__ = 'Ansible, Inc.'
|
||||||
|
|
Loading…
Reference in a new issue