From 7bf799af65509273c2b8859bd73052397a34fde3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 27 Nov 2013 18:13:21 -0500 Subject: Update files for 1.4.1 release. --- CHANGELOG.md | 4 ++++ RELEASES.txt | 1 + VERSION | 2 +- lib/ansible/__init__.py | 2 +- packaging/debian/changelog | 6 +++--- packaging/rpm/ansible.spec | 6 +++--- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14fc3cb0a..67b1b0aa36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Ansible Changes By Release 1.5 "Love Walks In" - Release pending! +1.4.1 "Could This Be Magic" - November 27, 2013 + +- Misc fix updates + 1.4 "Could This Be Magic" - November 21, 2013 Highlighted new features: diff --git a/RELEASES.txt b/RELEASES.txt index 5c46bed881..141b9f92ee 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -2,6 +2,7 @@ Ansible Releases at a Glance ============================ 1.5 "Love Walks In" -------- active development +1.4.1 "Could This Be Magic?" - 11-27-2013 1.4 "Could This Be Magic?" - 11-21-2013 1.3.4 "Top of the World" ----- 10-29-2013 1.3.3 "Top of the World" ----- 10-09-2013 diff --git a/VERSION b/VERSION index c239c60cba..347f5833ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5 +1.4.1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 7486c49b46..6b42ab64ed 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 . -__version__ = '1.5' +__version__ = '1.4.1' __author__ = 'Michael DeHaan' diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 9b205b0f1d..5c815e971e 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,8 +1,8 @@ -ansible (1.5) unstable; urgency=low +ansible (1.4.1) unstable; urgency=low - * 1.5 release (PENDING) + * 1.4.1 release (PENDING) - -- Michael DeHaan Thu, 21 November 2013 15:00:01 -0500 + -- Michael DeHaan Wed, 27 November 2013 15:00:01 -0500 ansible (1.4) unstable; urgency=low diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index c0b92193ce..58cb820cab 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.5 +Version: 1.4.1 Group: Development/Libraries License: GPLv3 @@ -78,8 +78,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Nov 21 2013 Michael DeHaan - 1.5-0 -* (PENDING) +* Wed Nov 27 2013 Michael DeHaan - 1.4.1 +* Release 1.4.1 * Thu Nov 21 2013 Michael DeHaan - 1.4-0 * Release 1.4.0 -- cgit v1.2.1