Commit 12a49ad7 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Upgraded to protocol 2.0.6

parent 412de316
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[submodule "kinetic-protocol"]
	path = kinetic-protocol
	url = https://github.com/Seagate/kinetic-protocol.git
	branch = 2.0.5
	branch = 2.0.6
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@ Changes since 0.7.2
===========================
This section will document changes to the library since the last release

## Important
- Kinetic Protocol version updated to 2.0.6

## Bug Fixes
- Fixed problem with status validation on the AdminClient

Compare 80b18b44 to c3b5e37b
Original line number Diff line number Diff line
Subproject commit 80b18b440c05c5994cb1bd555f680f8f62bb0337
Subproject commit c3b5e37bb236785b12ec2cdae03b682185e7279f
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
#@author: Ignacio Corderi

# Protocol version
protocol_version = '2.0.5'
version = '0.7.2'
protocol_version = '2.0.6'
version = '0.7.3'

#utils
from utils import buildRange
+31 −24

File changed.

Preview size limit exceeded, changes collapsed.

Loading