Commit d2a5e4e4 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Moved to Kinetic 0.7.2

parent c2d83157
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
Changes since 0.7.1
Changes since 0.7.2
===========================
This section will document changes to the library since the last release

Changes from 0.7.1 to 0.7.2
===========================

## Important
Kinetic Protocol version updated to 2.0.5
The compiled python proto kinetic/kinetic_pb2.py is now included on the repo
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

# Protocol version
protocol_version = '2.0.5'
version = '0.7.1'
version = '0.7.2'

#utils
from utils import buildRange
+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.7.1'
version = '0.7.2'

setup(
    name='kinetic',