mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Bump version to 1.4.8
Update README.md with previous release information.
This commit is contained in:
@@ -4,7 +4,7 @@ AWX
|
|||||||
Formerly known as ansible-commander and AnsibleWorks, AWX provides a web-based
|
Formerly known as ansible-commander and AnsibleWorks, AWX provides a web-based
|
||||||
user interface, REST API and task engine built on top of Ansible.
|
user interface, REST API and task engine built on top of Ansible.
|
||||||
|
|
||||||
The current version under development is 1.4.5, and uses the master branch.
|
The current version under development is 1.4.8, and uses the master branch.
|
||||||
|
|
||||||
1.2.2 was the initial version released on July 31, 2013.
|
1.2.2 was the initial version released on July 31, 2013.
|
||||||
|
|
||||||
@@ -14,6 +14,8 @@ The current version under development is 1.4.5, and uses the master branch.
|
|||||||
|
|
||||||
1.4.0 was released on November 25, 2013.
|
1.4.0 was released on November 25, 2013.
|
||||||
|
|
||||||
|
1.4.5 was released on February 10, 2014.
|
||||||
|
|
||||||
Hotfixes should go on the appropriate release branch and be cherry-picked to
|
Hotfixes should go on the appropriate release branch and be cherry-picked to
|
||||||
master.
|
master.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Copyright (c) 2014 AnsibleWorks, Inc.
|
# Copyright (c) 2014 AnsibleWorks, Inc.
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
|
||||||
__version__ = '1.4.5-0'
|
__version__ = '1.4.8-0'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user