Loading CHANGES.md +4 −1 Original line number Diff line number Diff line Changes since 0.7.3 Changes since 0.8.0 =========================== This section will document changes to the library since the last release Changes from 0.7.3 to 0.8.0 =========================== ## Important - Kinetic Protocol version updated to [3.0.0](https://github.com/Seagate/kinetic-protocol/tree/3.0.0) - Everything requires requires proto 3.0.0 or higher on the device Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open('requirements.txt', 'r') as f: requires = [x.strip() for x in f if x.strip()] version = '0.8.0dev' version = '0.8.0' setup( name='kinetic', Loading Loading
CHANGES.md +4 −1 Original line number Diff line number Diff line Changes since 0.7.3 Changes since 0.8.0 =========================== This section will document changes to the library since the last release Changes from 0.7.3 to 0.8.0 =========================== ## Important - Kinetic Protocol version updated to [3.0.0](https://github.com/Seagate/kinetic-protocol/tree/3.0.0) - Everything requires requires proto 3.0.0 or higher on the device Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open('requirements.txt', 'r') as f: requires = [x.strip() for x in f if x.strip()] version = '0.8.0dev' version = '0.8.0' setup( name='kinetic', Loading