Bump version to 1.4.8

Update README.md with previous release information.
This commit is contained in:
James Laska 2014-02-26 08:42:17 -05:00
parent a4257e207c
commit d9d8fbd432
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ AWX
Formerly known as ansible-commander and AnsibleWorks, AWX provides a web-based
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.
@ -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.5 was released on February 10, 2014.
Hotfixes should go on the appropriate release branch and be cherry-picked to
master.

View File

@ -1,7 +1,7 @@
# Copyright (c) 2014 AnsibleWorks, Inc.
# All Rights Reserved.
__version__ = '1.4.5-0'
__version__ = '1.4.8-0'
import os
import sys