From 76a173924aa360ba2eec4b618860c2efa3b2600c Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Mon, 28 Oct 2013 15:39:35 -0400 Subject: Bump version to 1.10.1 to track Icehouse Change-Id: I9534324ff5fd063e33268ad9dfda1c947f5a48e0 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/6159 --- gluster/swift/__init__.py | 2 +- glusterfs-openstack-swift.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gluster/swift/__init__.py b/gluster/swift/__init__.py index 8861ba6..e5e5af1 100644 --- a/gluster/swift/__init__.py +++ b/gluster/swift/__init__.py @@ -44,6 +44,6 @@ class PkgInfo(object): ### ### Change the Package version here ### -_pkginfo = PkgInfo('1.10.0', '0', 'glusterfs-openstack-swift', False) +_pkginfo = PkgInfo('1.10.1', '0', 'glusterfs-openstack-swift', False) __version__ = _pkginfo.pretty_version __canonical_version__ = _pkginfo.canonical_version diff --git a/glusterfs-openstack-swift.spec b/glusterfs-openstack-swift.spec index 791ad70..480f92e 100644 --- a/glusterfs-openstack-swift.spec +++ b/glusterfs-openstack-swift.spec @@ -98,5 +98,8 @@ rm -rf %{buildroot} %config %{_confdir}/fs.conf-gluster %changelog +* Mon Oct 28 2013 Luis Pabon - 1.10.1-0 +- IceHouse Release + * Wed Aug 21 2013 Luis Pabon - 1.8.0-7 - Update RPM spec file to support SRPMS -- cgit