From 66a9802165a1a617aaac74b7d738b8dd6d59e21f Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Mon, 7 Dec 2015 16:27:54 +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: I541b82667325a4091eff7ea392f615eded831763 Depends-On: Icc5ab9fb8ab5d41f0d8c29837b5d1eb2f3fe4f97 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 879dc275..9d22fc4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = murano-agent -version = 2.0.0 summary = Python Murano Agent description-file = README.rst