File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,16 @@ Changelog
37
37
38
38
## [ Unreleased]
39
39
40
+ ## [ 0.6.0] - 2018-01-08
41
+ ### Changed
42
+ - Reorganization of services
43
+ - Places updated to v2 backend, provides units interface to statistics, which
44
+ carries some backwards incompatibility.
45
+
46
+ ### Added
47
+ - Places updated to v2 backend, provides units interface to statistics, which
48
+ carries some backwards incompatibility.
49
+
40
50
## [ 0.5.0] - 2017-10-31
41
51
### Added
42
52
- Blosc Support for raster array compression transport
@@ -167,7 +177,8 @@ metadata.features for iterating over large search results
167
177
### Added
168
178
- Initial release of client library
169
179
170
- [ Unreleased ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...HEAD
180
+ [ Unreleased ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.6.0...HEAD
181
+ [ 0.6.0 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...v0.6.0
171
182
[ 0.5.0 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.7...v0.5.0
172
183
[ 0.4.7 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...v0.4.7
173
184
[ 0.4.6 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.5 .0"
15
+ __version__ = "0.6 .0"
You can’t perform that action at this time.
0 commit comments