From 220875a92e1a1bcca6fad0ad528407d776a54afd Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 12 Jul 2013 10:00:38 -0400 Subject: Add version so that pre-release versioning works As a server project, keystone should list a version number in setup.cfg so that the version numbers products in daily tarballs list the pre-release alpha designation. Change-Id: I1aff86b0890f2d215d00b0c1f19cca3798ae88ec --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d217ee7c..83d43963 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = keystone +version = 2013.2 summary = OpenStack Identity description-file = README.rst -- cgit