diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-10 08:09:18 -0400 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-10 08:09:18 -0400 |
commit | 6bb9814b9fef197ff252514d788b9653b9da4981 (patch) | |
tree | f0c8435cd7f3ea6d773707864a6750521490afd2 | |
parent | 1dcd905b780a9a4903598ee548f728b63236006c (diff) | |
download | ansible-release-0.7.tar.gz |
update branch so 0.7.2 is buildable0.7.2release-0.7
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ansible/__init__.py | 2 | ||||
-rw-r--r-- | packaging/rpm/ansible.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -1 +1 @@ -0.7.1 +0.7.2 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 3b7395a59e..d871f8ed37 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__ = '0.7.1' +__version__ = '0.7.2' __author__ = 'Michael DeHaan' diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 55d7fa013b..52a54b180d 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Release: 1%{?dist} Summary: SSH-based configuration management, deployment, and task execution system -Version: 0.7.1 +Version: 0.7.2 Group: Development/Libraries License: GPLv3 @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Wed Oct 10 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7.2-0 +- Release of 0.7.2 (unicode fix) + * Thu Sep 11 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7.1-0 - Release of 0.7.1 (2.4 compat fix) |