Commit 23b8486d authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Ready for 0.8.0

parent 8f8505a9
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -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',