Bump versions on the devel branch (devel branch version is 1.6)

This commit is contained in:
Michael DeHaan 2014-02-28 18:27:16 -05:00
parent a8a9b6c545
commit 9d01d88a57
5 changed files with 30 additions and 8 deletions

View file

@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.5'
__version__ = '1.6'
__author__ = 'Michael DeHaan'