diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-06-10 15:34:52 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-06-10 15:34:52 -0400 |
commit | 404b082d82ba53b28cc2ac32644309aaef75f437 (patch) | |
tree | ec55447a576389c73bd7bf0816f38bbccf19103c /lib/ansible/__init__.py | |
parent | f67c13f8f10a6f8e0343a3c3d4e8ad7737ed28ab (diff) | |
download | ansible-404b082d82ba53b28cc2ac32644309aaef75f437.tar.gz |
Version bump and assorted things to start new development version.
Diffstat (limited to 'lib/ansible/__init__.py')
-rw-r--r-- | lib/ansible/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 90de3bc537..1bd3757922 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -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' |