From dbea055bf6abe5d17b3929a07ef923c918b56efa Mon Sep 17 00:00:00 2001 From: Abhi Keshav Date: Mon, 10 Oct 2016 09:50:08 -0700 Subject: [PATCH] Update version to 0.5.1 (#262) --- sdk/python/README.rst | 2 +- sdk/python/core/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/README.rst b/sdk/python/README.rst index 0ea35c26a..906f8da3c 100644 --- a/sdk/python/README.rst +++ b/sdk/python/README.rst @@ -155,7 +155,7 @@ YDK uses common Python logging. All modules are based on the "ydk" log:: Release Notes -------------- -The current YDK release version is 0.5.0 (beta). YDK-Py is licensed under the Apache 2.0 License. +The current YDK release version is 0.5.1 (beta). YDK-Py is licensed under the Apache 2.0 License. Documentation and Support -------------------------- diff --git a/sdk/python/core/setup.py b/sdk/python/core/setup.py index 7b4dbd23e..660302d6a 100644 --- a/sdk/python/core/setup.py +++ b/sdk/python/core/setup.py @@ -33,7 +33,7 @@ # Define and modify version number and package name here, # Namespace packages are share same prefix: "ydk-models" NAME = 'ydk' -VERSION = '0.5.0' +VERSION = '0.5.1' INSTALL_REQUIREMENTS = ['ecdsa==0.13', 'enum34==1.1.3', 'lxml==3.4.4',