From 5900212fe3e6e5fd465852f227f71974c7fb1e87 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Mon, 7 Dec 2015 16:20:26 +0300 Subject: [PATCH] Remove version from setup.cfg Per [1] and [2] we now want to use the git repository for knowing the version instead of modifying the setup.cfg file. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080692.html [2] http://lists.openstack.org/pipermail/openstack-dev/2015-December/081431.html Change-Id: Id45f5d62aae35dfb77afee265f803a02f9e9e50d Depends-On: Icc5ab9fb8ab5d41f0d8c29837b5d1eb2f3fe4f97 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 670cffdf4..ddb90b464 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,6 @@ [metadata] name = murano -version = 2.0.0 summary = Murano API description-file = README.rst