From 66043eb2b7a8d0dffe035cf06cd2cff627d93980 Mon Sep 17 00:00:00 2001 From: Daniel Bruno Date: Mon, 10 Feb 2014 00:30:26 -0400 Subject: [PATCH] Release 0.14.1 includes some bug-fixes, improvements and new features --- .gitignore | 1 + python-libcloud.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7bf81db..9a64a75 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /apache-libcloud-0.13.2.tar.bz2 /apache-libcloud-0.13.3.tar.bz2 /apache-libcloud-0.14.0.tar.bz2 +/apache-libcloud-0.14.1.tar.bz2 diff --git a/python-libcloud.spec b/python-libcloud.spec index c6deec2..0895632 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -5,7 +5,7 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.14.0 +Version: 0.14.1 Release: 1%{?dist} Summary: A Python library to address multiple cloud provider APIs @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 10 2014 Daniel Bruno - 0.14.1-1 +- Release 0.14.1 includes some bug-fixes, improvements and new features + * Fri Jan 31 2014 Daniel Bruno - 0.14.0-1 - Libcloud new release 0.14.0 diff --git a/sources b/sources index dfdd525..9b91c4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6baa9569a87f2cace2f5db423dadadd6 apache-libcloud-0.14.0.tar.bz2 +0270c54b3f61a60a008271d92addb7b8 apache-libcloud-0.14.1.tar.bz2