Add version schedule pep440-git-full 90/6590/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 1 Oct 2018 13:28:59 +0000 (15:28 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 1 Oct 2018 13:28:59 +0000 (15:28 +0200)
Change-Id: I4d1e7f47778d44e554f630e5d33ced9ae39343b7
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
setup.py

index f16670a..c10a4f0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup
 
 here = os.path.abspath(os.path.dirname(__file__))
 _name = "osm_common"
-VERSION = "4.0.0rc2"
+VERSION = "4.0.0rc2"
 README = open(os.path.join(here, 'README.rst')).read()
 
 setup(
@@ -13,8 +13,8 @@ setup(
     name=_name,
     description='OSM common utilities',
     long_description=README,
-    # version_command=('git describe --tags --long --dirty', 'pep440-git'),
-    version=VERSION,
+    version_command=('git describe --tags --long --dirty', 'pep440-git-full'),
+    version=VERSION,
     # python_requires='>3.5',
     author='ETSI OSM',
     author_email='alfonso.tiernosepulveda@telefonica.com',