From: Gary Lowell Date: Tue, 18 Jun 2013 18:04:22 +0000 (-0700) Subject: ceph-deploy: update version number. X-Git-Tag: v1.2~37 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3c2987fc4d58286222e7cdc39215394b61070888;p=ceph-deploy.git ceph-deploy: update version number. Update version number in the rpm spec, debian chanlog and python setup files. Signed-off-by: Gary Lowell --- diff --git a/ceph-deploy.spec b/ceph-deploy.spec index e4db2f3..8b34423 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -11,7 +11,7 @@ # common ################################################################################# Name: ceph-deploy -Version: 1.0 +Version: 1.1 Release: 0 Summary: Admin and deploy tool for Ceph License: MIT diff --git a/debian/changelog b/debian/changelog index f79f9f8..d2b2531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph-deploy (1.1-1) precise; urgency=low + + * New upstream release + + -- Gary Lowell Tue, 18 Jun 2013 11:07:00 -0700 + ceph-deploy (1.0-1) stable; urgency=low * New upstream release diff --git a/setup.py b/setup.py index 13fd526..7e9adbe 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ if pyversion < (2, 7) or (3, 0) <= pyversion <= (3, 1): setup( name='ceph-deploy', - version='0.1', + version='1.1', packages=find_packages(), author='Tommi Virtanen',