From 66d8831d173cd4713bff8875bd516ad132db9070 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 21 Oct 2014 22:50:53 -0400 Subject: [PATCH] Bump version string to coincide with kilo release The tempest-2 tag has been pushed to mark the start of support for the kilo release. This commit bumps the version to 3 to show the current working tag number. Tempest-3 when it is tagged after the kilo release will mark support for icehouse, juno, kilo, and the 'L' release based on the current stable maintenance schedule. Change-Id: If401356d441ef3dc82a5b8069168c4dd71c8b3d8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d010ccc7be..90ea944738 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = tempest -version = 2 +version = 3 summary = OpenStack Integration Testing description-file = README.rst