Version bump and assorted things to start new development version.

This commit is contained in:
Michael DeHaan 2013-06-10 15:34:52 -04:00
parent f67c13f8f1
commit 404b082d82
5 changed files with 22 additions and 14 deletions

View file

@ -1,4 +1,4 @@
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
# (c) 2012-2013, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
@ -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.2'
__version__ = '1.3'
__author__ = 'Michael DeHaan'