Skip to content

Commit 6bb9814

Browse files
committed
update branch so 0.7.2 is buildable
1 parent 1dcd905 commit 6bb9814

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

lib/ansible/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
#
1515
# You should have received a copy of the GNU General Public License
1616
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
17-
__version__ = '0.7.1'
17+
__version__ = '0.7.2'
1818
__author__ = 'Michael DeHaan'

packaging/rpm/ansible.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
66
Name: ansible
77
Release: 1%{?dist}
88
Summary: SSH-based configuration management, deployment, and task execution system
9-
Version: 0.7.1
9+
Version: 0.7.2
1010

1111
Group: Development/Libraries
1212
License: GPLv3
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
5959
%doc examples/playbooks
6060

6161
%changelog
62+
* Wed Oct 10 2012 Michael DeHaan <[email protected]> - 0.7.2-0
63+
- Release of 0.7.2 (unicode fix)
64+
6265
* Thu Sep 11 2012 Michael DeHaan <[email protected]> - 0.7.1-0
6366
- Release of 0.7.1 (2.4 compat fix)
6467

0 commit comments

Comments
 (0)