From 931dd54d4f54205005e36cf39b635345d459351b Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Tue, 1 Dec 2015 13:36:52 +0100 Subject: [PATCH] Remove version from setup.cfg Per [1] we now want to use the git repository for knowing the version instead of just trying to modify the setup.cfg file. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080692.html Change-Id: I5a4c890b2a4637f1b676273a2509ab8be9f9f034 Depends-On: Ie869901714a96e1dbb97ca58a5cab792b3c9f61d --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 72444bbdc..d7dda4fc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = nova -version = 13.0.0 summary = Cloud computing fabric controller description-file = README.rst