summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2013-10-07 14:00:49 -0500
committerJames Cammarata <jimi@sngx.net>2013-10-07 14:00:49 -0500
commit298d8d78ca92797429120138542c277e07e54421 (patch)
treed8db278a313b9e6dd37120f010e8fbcc5dffe6ab
parentdcc48f248dc848e66e05e0d57ebeb28b6ff189dd (diff)
downloadansible-298d8d78ca92797429120138542c277e07e54421.tar.gz
Version bump for 1.3.3v1.3.3
-rw-r--r--VERSION2
-rw-r--r--docs/man/man1/ansible-doc.16
-rw-r--r--docs/man/man1/ansible-playbook.16
-rw-r--r--docs/man/man1/ansible-pull.16
-rw-r--r--docs/man/man1/ansible.16
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec5
8 files changed, 24 insertions, 15 deletions
diff --git a/VERSION b/VERSION
index 1892b92676..31e5c84349 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.2
+1.3.3
diff --git a/docs/man/man1/ansible-doc.1 b/docs/man/man1/ansible-doc.1
index 1d50c8cf98..4a5593bc0f 100644
--- a/docs/man/man1/ansible-doc.1
+++ b/docs/man/man1/ansible-doc.1
@@ -2,12 +2,12 @@
.\" Title: ansible-doc
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 09/19/2013
+.\" Date: 10/07/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.3.2
+.\" Source: Ansible 1.3.3
.\" Language: English
.\"
-.TH "ANSIBLE\-DOC" "1" "09/19/2013" "Ansible 1\&.3\&.2" "System administration commands"
+.TH "ANSIBLE\-DOC" "1" "10/07/2013" "Ansible 1\&.3\&.3" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1
index 568fc2b21e..9e6266b0cd 100644
--- a/docs/man/man1/ansible-playbook.1
+++ b/docs/man/man1/ansible-playbook.1
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 09/19/2013
+.\" Date: 10/07/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.3.2
+.\" Source: Ansible 1.3.3
.\" Language: English
.\"
-.TH "ANSIBLE\-PLAYBOOK" "1" "09/19/2013" "Ansible 1\&.3\&.2" "System administration commands"
+.TH "ANSIBLE\-PLAYBOOK" "1" "10/07/2013" "Ansible 1\&.3\&.3" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/docs/man/man1/ansible-pull.1 b/docs/man/man1/ansible-pull.1
index 2f6c02d3e7..048a2b2133 100644
--- a/docs/man/man1/ansible-pull.1
+++ b/docs/man/man1/ansible-pull.1
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 09/19/2013
+.\" Date: 10/07/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.3.2
+.\" Source: Ansible 1.3.3
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "09/19/2013" "Ansible 1\&.3\&.2" "System administration commands"
+.TH "ANSIBLE" "1" "10/07/2013" "Ansible 1\&.3\&.3" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1
index 160c843e5f..1662395e0d 100644
--- a/docs/man/man1/ansible.1
+++ b/docs/man/man1/ansible.1
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 09/19/2013
+.\" Date: 10/07/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.3.2
+.\" Source: Ansible 1.3.3
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "09/19/2013" "Ansible 1\&.3\&.2" "System administration commands"
+.TH "ANSIBLE" "1" "10/07/2013" "Ansible 1\&.3\&.3" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 06ec9a59cd..5e227a5b06 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -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.3.2'
+__version__ = '1.3.3'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 9b55fad403..cd928cdf8d 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.3.3) unstable; urgency=low
+
+ * 1.3.3 release
+
+ -- James Cammarata <jcammarata@ansibleworks.com> Mon, 07 October 2013 14:00:00 -0500
+
ansible (1.3.2) unstable; urgency=low
* 1.3.2 release
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 2fa0140365..9e8fcb1fb3 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and orchestration engine
-Version: 1.3.2
+Version: 1.3.3
Group: Development/Libraries
License: GPLv3
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Oct 7 2013 James Cammarata <jcammarata@ansibleworks.com> - 1.3-3
+- Release 1.3.3
+
* Thu Sep 19 2013 James Cammarata <jcammarata@ansibleworks.com> - 1.3-2
- Release 1.3.2