From 895f29d490a3e3f229d3db5f209611314a683a82 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Sep 30 2013 07:29:14 +0000 Subject: Automatic commit of release 0.15.0 --- diff --git a/Client/setup.py b/Client/setup.py index eceba02..1bbf21d 100644 --- a/Client/setup.py +++ b/Client/setup.py @@ -13,7 +13,7 @@ def bash_completion_dir(): setup( name = "bkr.client", - version='0.15.0rc2', + version='0.15.0', license = "GPLv2+", packages=find_packages('src'), diff --git a/Common/bkr/common/__init__.py b/Common/bkr/common/__init__.py index 1e2ce3f..de7e6f2 100644 --- a/Common/bkr/common/__init__.py +++ b/Common/bkr/common/__init__.py @@ -2,4 +2,4 @@ # code in bkr.__init__), the version details are retrieved from here in # order to correctly handle module shadowing on sys.path -__version__ = '0.15.0rc2' +__version__ = '0.15.0' diff --git a/Common/setup.py b/Common/setup.py index 976624c..622f15f 100644 --- a/Common/setup.py +++ b/Common/setup.py @@ -12,7 +12,7 @@ from setuptools import setup, find_packages setup( name = "bkr", - version='0.15.0rc2', + version='0.15.0', license = "GPLv2+", packages=find_packages('.'), diff --git a/IntegrationTests/setup.py b/IntegrationTests/setup.py index 2fc07bd..6e3206f 100644 --- a/IntegrationTests/setup.py +++ b/IntegrationTests/setup.py @@ -12,7 +12,7 @@ def get_compose_layout(): setup( name='bkr.inttest', - version='0.15.0rc2', + version='0.15.0', packages=find_packages('src'), package_dir={'': 'src'}, package_data={'': [ diff --git a/LabController/setup.py b/LabController/setup.py index 53443f6..6144443 100644 --- a/LabController/setup.py +++ b/LabController/setup.py @@ -3,7 +3,7 @@ from glob import glob setup( name = "bkr.labcontroller", - version='0.15.0rc2', + version='0.15.0', license = "GPLv2+", packages=find_packages('src'), diff --git a/Server/setup.py b/Server/setup.py index ac8f688..26736c9 100644 --- a/Server/setup.py +++ b/Server/setup.py @@ -169,7 +169,7 @@ data_files = \ setup( name="bkr.server", namespace_packages = ['bkr'], - version='0.15.0rc2', + version='0.15.0', # uncomment the following lines if you fill them out in release.py description=description, diff --git a/beaker.spec b/beaker.spec index a43094e..349625a 100644 --- a/beaker.spec +++ b/beaker.spec @@ -25,13 +25,13 @@ # not representable in RPM. For example, a release candidate might be 0.15.0rc1 # but that is not usable for the RPM Version because it sorts higher than # 0.15.0, so the RPM will have Version 0.15.0 and Release 0.rc1 in that case. -%global upstream_version 0.15.0rc2 +%global upstream_version 0.15.0 # Note: While some parts of this file use "%{name}, "beaker" is still # hardcoded in a lot of places, both here and in the source code Name: beaker Version: 0.15.0 -Release: 0.rc2%{?dist} +Release: 1%{?dist} Summary: Filesystem layout for Beaker Group: Applications/Internet License: GPLv2+