@@ -97,11 +97,11 @@ This gives the developer an ability to customize scope of their bundle based on
97
97
98
98
# Backward Compatibility
99
99
100
- The YDK-0.8.5 core is backward compatible with all previously generated model bundles starting from release of YDK-0.7.3.
101
- However the YDK-0.8.5 generates different code and model API comparing to YDK-0.8.4.
102
- The YDK-0.8.5 generated code is not compatible with YDK-0.7.2 and earlier bundle packages due to changes in modeling and handling of YList objects.
100
+ The YDK-0.8.6 core is backward compatible with all previously generated model bundles starting from release of YDK-0.7.3.
101
+ However the YDK-0.8.6 generates different code and model API comparing to YDK-0.8.4.
102
+ The YDK-0.8.6 generated code is not compatible with YDK-0.7.2 and earlier bundle packages due to changes in modeling and handling of YList objects.
103
103
104
- ** NOTE.** Starting from release 0.8.5 the YDK does not support Python2 interpreter as it was deprecated.
104
+ ** NOTE.** Starting from release 0.8.6 the YDK does not support Python2 interpreter as it was deprecated.
105
105
106
106
# Docker
107
107
@@ -357,7 +357,7 @@ All other attributes, like `"author"` and `"copyright"`, are optional and will n
357
357
{
358
358
"name":"cisco-ios-xr",
359
359
"version": "6.5.3",
360
- "core_version": "0.8.5 ",
360
+ "core_version": "0.8.6 ",
361
361
"author": "Cisco",
362
362
"copyright": "Cisco",
363
363
"description": "Cisco IOS-XR Native Models From Git",
@@ -427,7 +427,7 @@ Check Python packages installed:
427
427
428
428
```
429
429
pip list | grep ydk
430
- ydk (0.8.5 )
430
+ ydk (0.8.6 )
431
431
ydk-models-<name-of-bundle> (0.5.1)
432
432
...
433
433
```
@@ -510,7 +510,7 @@ and easily let the user see if dependencies have been satisfied.
510
510
511
511
## Python requirements
512
512
513
- Starting from release 0.8.5 YDK supports only Python3 version. At least Python 3.5 along with corresponding pip3 utility
513
+ Starting from release 0.8.6 YDK supports only Python3 version. At least Python 3.5 along with corresponding pip3 utility
514
514
must be installed on your the system. It is also required for Python installation to include corresponding shared
515
515
library. As example:
516
516
@@ -648,10 +648,10 @@ Please refer [here](https://github.com/ygorelik/ydk-gen/blob/master/sdk/go/core/
648
648
649
649
- Read the online [YDK documentation](http://ydk.cisco.com/py/docs) (release 0.8.3) for details on how to use the YDK and API for specific models
650
650
- Check [GitHub Pages](https://ygorelik.github.io/ydk-gen/) for the latest YDK release documentation
651
- - Find hundreds of sample apps in the [YDK-PY samples repository ](https://github.com/CiscoDevNet/ydk-py-samples)
651
+ - Find hundreds of sample apps in the [ydk-py- samples](https://github.com/CiscoDevNet/ydk-py-samples) repository
652
652
- Join the [YDK community](https://communities.cisco.com/community/developer/ydk) to connect with YDK users and developers
653
653
654
654
# Release Notes
655
655
656
- The current YDK release version is 0.8.5.3 .
656
+ The current YDK release version is 0.8.6 .
657
657
YDK-Gen is licensed under the Apache 2.0 License.
0 commit comments