From decdc3985b0df323e6c759dac14f75591d725ec9 Mon Sep 17 00:00:00 2001 From: Petr Benas Date: Mon, 4 May 2015 13:43:21 +0200 Subject: [PATCH] bump version to 2.0.1 Since 2.0-1 < 2.0-6.rc2, the previous stable version. 2.0.1-1 > 2.0-6.rc2. --- setup.py | 2 +- smoker.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d94d88..bb378f5 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ params = { # This package is named gdc-smoker on Pypi, use it on register or upload actions 'name' : 'gdc-smoker' if 'upload' in sys.argv or 'register' in sys.argv else 'smoker', - 'version': '2.0', + 'version': '2.0.1', 'packages': [ 'smoker', 'smoker.server', diff --git a/smoker.spec b/smoker.spec index a6249f4..ffde234 100644 --- a/smoker.spec +++ b/smoker.spec @@ -1,7 +1,7 @@ %global with_check 0 Name: smoker -Version: 2.0 +Version: 2.0.1 Release: 1%{?dist} Epoch: 1 Summary: Smoke Testing Framework